Docs.rs
beserial-0.2.0
beserial 0.2.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
mar-v-in
github:nimiq-network:core-team
github:nimiq:core-rust
Dependencies
byteorder ^1.2
normal
failure ^0.1
normal
num ^0.2
normal
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
beserial
0.2.0
All Items
Crate Items
Structs
Enums
Traits
Crate
beserial
Copy item path
Source
Structs
§
uvar
Enums
§
BigEndian
Defines big-endian serialization.
Serializing
Error
Traits
§
Byte
Order
ByteOrder
describes types that can serialize integers as bytes.
Deserialize
Deserialize
With
Length
Read
Bytes
Ext
Extends
Read
with methods for reading numbers. (For
std::io
.)
Serialize
Serialize
With
Length
ToPrimitive
A generic trait for converting a value to a number.
Write
Bytes
Ext
Extends
Write
with methods for writing numbers. (For
std::io
.)