Currently almost everything is public. However, some register structs are only used internally (often just to implement the Reg trait with the address() function).
Maybe they should not be public. Or we move the set_* and get_* functions into the registers.
Suggestions and opinions welcome. This should be solved while still in beta.
Currently almost everything is public. However, some register structs are only used internally (often just to implement the
Regtrait with theaddress()function).Maybe they should not be public. Or we move the
set_*andget_*functions into the registers.Suggestions and opinions welcome. This should be solved while still in beta.