Docs.rs
mls-rs-codec-0.6.0
mls-rs-codec 0.6.0
Permalink
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Homepage
Repository
crates.io
Source
Owners
tomleavy
stefunctional
mulmarta
Dependencies
mls-rs-codec-derive ^0.2.0
normal
thiserror ^1.0.40
normal
optional
assert_matches ^1.5.0
dev
wasm-bindgen ^0.2
normal
wasm-bindgen-test ^0.3
dev
Versions
25.93%
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
mls_
rs_
codec
0.6.0
All Items
Crate Items
Modules
Structs
Enums
Traits
Derive Macros
Crate
mls_rs_codec
Copy item path
Source
Modules
§
byte_
vec
Optimized encoding and decoding for types that can be represented by
Vec<u8>
.
iter
Structs
§
VarInt
Vec
A contiguous growable array type, written as
Vec<T>
, short for ‘vector’.
Enums
§
Error
Traits
§
MlsDecode
Trait to support deserialzing to a type using MLS encoding.
MlsEncode
Trait to support serializing a type with MLS encoding.
MlsSize
Trait that determines the encoded length in MLS encoding.
Derive Macros
§
MlsDecode
MlsEncode
MlsSize