Docs.rs
borsh-1.5.3
borsh 1.5.3
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
nearprotocol-ci
Dependencies
ascii ^1.1
normal
optional
borsh-derive ~1.5.3
normal
optional
bson ^2
normal
optional
bytes ^1
normal
optional
hashbrown >=0.11, <0.15.0
normal
optional
insta ^1.29.0
dev
serde_json ^1
dev
cfg_aliases ^0.2.1
build
Versions
79.75%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
borsh
1.5.3
Module ser
Module Items
Modules
Traits
In crate borsh
borsh
Module
ser
Copy item path
Source
Modules
§
hashes
Module is available if borsh is built with
features = ["std"]
or
features = ["hashbrown"]
.
rc
Module is available if borsh is built with
features = ["rc"]
.
Traits
§
Borsh
Serialize
A data-structure that can be serialized into binary format by NBOR.