Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Docs.rs
bincode-2.0.1
bincode 2.0.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
TyOverby
VictorKoenders
ZoeyR
Dependencies
bincode_derive ^2.0.1
normal
optional
serde ^1.0
normal
optional
unty ^0.0.4
normal
bincode ^1.3
dev
bumpalo ^3.16.0
dev
chrono ^0.4
dev
criterion ^0.5
dev
glam ^0.25
dev
ouroboros ^0.18.3
dev
rand ^0.8
dev
serde ^1.0
dev
serde_derive ^1.0
dev
serde_json ^1.0
dev
tempfile ^3.2
dev
uuid ^1.1
dev
Versions
100%
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
Module enc
bincode
2.0.1
Module enc
Module Items
Modules
Structs
Traits
In crate bincode
bincode
Module
enc
Copy item path
Source
Expand description
Encoder-based structs and traits.
Modules
§
write
This module contains writer-based structs and traits.
Structs
§
Encoder
Impl
An Encoder that writes bytes into a given writer
W
.
Traits
§
Encode
Any source that can be encoded. This trait should be implemented for all types that you want to be able to use with any of the
encode_with
methods.
Encoder
Helper trait to encode basic types into.