Docs.rs
lilliput-core-0.1.0
lilliput-core 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
20 June 2026
Links
Repository
crates.io
Source
Owners
regexident
Dependencies
decorum ^0.4.0
normal
lilliput-float ^0.1.0
normal
num-traits ^0.2.19
normal
ordermap ^0.5.5
normal
optional
proptest ^1.6.0
normal
optional
proptest-derive ^0.5.1
normal
optional
serde ^1.0.197
normal
optional
serde_bytes ^0.11.17
normal
optional
thiserror ^2.0.12
normal
tracing ^0.1.41
normal
optional
criterion ^0.6
dev
proptest ^1.6.0
dev
proptest-derive ^0.5.1
dev
rand ^0.9.0
dev
rand_xorshift ^0.4.0
dev
test-log ^0.2.17
dev
Versions
100%
of the crate is documented
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
Crate lilliput_core
lilliput_
core
0.1.0
All Items
Crate Items
Modules
Crate
lilliput_
core
Copy item path
Source
Expand description
Low-level implementation of encoding/decoding logic for lilliput format.
Modules
§
config
Configurations for encoding/decoding.
decoder
Decoders for decoding lilliput-encoded values.
encoder
Encoders for encoding lilliput values.
error
When encoding or decoding Lilliput goes wrong.
header
Value headers.
io
I/O related stuff.
marker
Value type markers.
prelude
The crates’s prelude.
value
Values.