Docs.rs
liminal-rs-0.2.0
liminal-rs 0.2.0
Docs.rs crate page
AGPL-3.0-only
29 June 2026
Links
Repository
crates.io
Source
Owners
tomWhiting
Dependencies
async-trait ^0.1
normal
beamr ^0.11.0
normal
chrono ^0.4.45
normal
haematite ^0.3.0
normal
jsonschema ^0.46.5
normal
rand ^0.10.1
normal
serde_json ^1
normal
thiserror ^2
normal
tracing ^0.1
normal
uuid ^1.23.3
normal
tempfile ^3
dev
Versions
73.71%
of the crate is documented
Go to latest version
Platform
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 codec
liminal
0.2.0
Module codec
Module Items
Functions
In liminal::
protocol
liminal
::
protocol
Module
codec
Copy item path
Source
Functions
ยง
decode
Decode one complete frame from a byte buffer.
encode
Encode a frame into the provided byte buffer, returning bytes written.
encoded_
len
Return the number of bytes needed to encode a frame.