Docs.rs
fluentbase-types-1.1.3
fluentbase-types 1.1.3
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
dmitry123
Dependencies
alloy-primitives ^1.5.0
normal
bincode ^2.0.1
normal
byteorder ^1.5.0
normal
fluentbase-codec ^1.1.3
normal
fluentbase-codec-derive ^1.1.3
normal
hashbrown ^0.16.0
normal
paste ^1.0
normal
rwasm ^0.4.3
normal
serde ^1.0.203
normal
strum_macros ^0.27.1
normal
Versions
42.15%
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
Skip to main content
Module enc
fluentbase_
types
1.1.3
Module enc
Module Items
Modules
Structs
Traits
In fluentbase_
types::
bincode
fluentbase_types
::
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.