Docs.rs
tox_binary_io-0.1.1
tox_binary_io 0.1.1
Permalink
Docs.rs crate page
GPL-3.0+
Links
Repository
crates.io
Source
Owners
kpp
Dependencies
cookie-factory ^0.3
normal
nom ^5.1
normal
sodiumoxide ^0.2.5
normal
optional
Versions
88.89%
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
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
tox_
binary_
io
0.1.1
All Items
Crate Items
Macros
Enums
Traits
Functions
Type Aliases
Crate
tox_binary_io
Copy item path
Source
Macros
§
encode_
decode_
test
Create test that encodes/decodes specified value and checks that result equals original value. Type of this value should implement
ToBytes
,
FromBytes
,
Clone
,
Eq
traits.
unpack
Extract inner content of enums.
Enums
§
GenError
Base type for generator errors
Traits
§
From
Bytes
The trait provides method to deserialize struct from raw bytes
ToBytes
The trait provides method to serialize struct into raw bytes
Functions
§
gen_
error
Generator that returns specified error.
gen_
len_
limit
Generator that ensures that length of serialized data does not exceed specified limit.
Type Aliases
§
IResult
Holds the result of parsing functions