Modules§
- hashes
- Module is available if borsh is built with
features = ["std"]
orfeatures = ["hashbrown"]
.
Traits§
- Borsh
Deserialize - A data-structure that can be de-serialized from binary format by NBOR.
- EnumExt
- Additional methods offered on enums which is used by
[derive(BorshDeserialize)]
.
Functions§
- from_
reader - Deserializes an object from a reader.
- from_
slice - Deserializes an object from a slice of bytes.