Module primitive

Module primitive 

Source
Expand description

Stable memory smart-pointers Smart-pointers and StableType trait

Modules§

s_box
[SBox] smart-pointer that allows storing dynamically-sized data to stable memory
s_ref
Immutable reference to fixed size data on stable memory
s_ref_mut
Mutable reference to fixed size data on stable memory

Traits§

StableType
Anything that can be stored on stable memory should implement this trait.