Registry / serialization / litl
library0.6.0rscratesunverified

A JSON dialect with support for tagged binary data, enabling efficient serialization.

# Cargo.toml [dependencies] litl = "0.6.0"
INSTALL
IMPORT
SIG · LITL
L
litl
serializationrustv0.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Value
use litl::Value;

Parse a Litl JSON string into a Value.

use litl::Value; fn main() -> Result<(), Box<dyn std::error::Error>> { let data = r#"{"name": "example", "data": [1, 2, 3]}"#; let value: Value = litl::from_str(data)?; println!("{:?}", value); Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
litl — cargo add litl · libregistry