Docs.rs
cu-bincode-2.0.2
cu-bincode 2.0.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
gbin
Dependencies
cu-bincode-derive ^2.0.2
normal
optional
serde ^1.0
normal
optional
unty ^0.0
normal
bincode ^1.3
dev
bumpalo ^3.16.0
dev
chrono ^0.4
dev
criterion ^0.8
dev
glam ^0.25
dev
ouroboros ^0.18
dev
rand ^0.9
dev
serde ^1.0
dev
serde_derive ^1.0
dev
serde_json ^1.0
dev
tempfile ^3.23
dev
uuid ^1.1
dev
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
cu_
bincode
2.0.2
Module enc
Module Items
Modules
Structs
Traits
In crate cu_
bincode
cu_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.