Expand description

Basic register types

Structs

A non-mutable, persistent register that holds a fixed string value

An error indicating that a provided value was too long

A string value for a register

A register containing its name, value, and mutable/persistent flags

An unstructured byte array value for a register

A register with a validation function that can reject invalid write operations

Traits

A type that can be stored in a register

A validator that can accept or reject a new register value