dd-manifest-tree

Crates.iodd-manifest-tree
lib.rsdd-manifest-tree
version
sourcesrc
created_at2024-11-10 13:47:44.296554
updated_at2024-11-29 14:38:48.242094
descriptionCrate to unify the 'Value' tree types of json, yaml and toml
homepagehttps://github.com/diondokter/device-driver
repositoryhttps://github.com/diondokter/device-driver
max_upload_size
id1442916
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Dion Dokter (diondokter)

documentation

README

dd-manifest-tree

crates.io Documentation

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.

Commit count: 279

cargo fmt