Crates.io | dd-manifest-tree |
lib.rs | dd-manifest-tree |
version | 1.0.0-rc.0 |
source | src |
created_at | 2024-11-10 13:47:44.296554 |
updated_at | 2024-11-10 13:47:44.296554 |
description | Crate to unify the 'Value' tree types of json, yaml and toml |
homepage | https://github.com/diondokter/device-driver |
repository | https://github.com/diondokter/device-driver |
max_upload_size | |
id | 1442916 |
size | 14,539 |
Part of the device-driver
toolkit.
Provides a common way of dealing with parsed json, yaml and toml.
This is born from the observation that the crates serde_json
, yaml-rust2
and toml
all have a Value
type that is modeled in roughly the same way. This crate aims to provide a way of deserializing the various formats and providing a common Value
interface to them.
The main goal is supporting the work of the device-driver toolkit. However, if this crate is open to receive extra features useful for others as long as they don't get in the way its main purpose.