Registry / serialization / serde-dhall

serde-dhall

JSON →
library0.13.0rscratesunverified

Dhall support for serde, enabling serialization and deserialization of Dhall configuration files.

# Cargo.toml [dependencies] serde_dhall = "0.13.0"
INSTALL
IMPORT
SIG · SERDE-DHALL
S
serde-dhall
serializationrustv0.13.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.

from_str
use serde_dhall::from_str;

Parses a Dhall expression into a serde-compatible value.

use serde_dhall::from_str; fn main() { let data: serde_json::Value = from_str("True").unwrap(); println!("{}", data); }
Debug
Known issues
gotchaRequires the `std` feature for full functionality.
fix
Add `features = ["std"]` to your Cargo.toml dependency.
affects: >=0.13.0
Upgrade
Version history
0.13.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
28
OpenAI (training)
1
Resources
serde-dhall — cargo add serde-dhall · libregistry