wselector

Crates.iowselector
lib.rswselector
version0.1.0
sourcesrc
created_at2022-02-14 07:02:35.709264
updated_at2022-02-14 07:02:35.709264
descriptionCollection of cross-platform routines to select a sub-structure from a complex data structure. Use the module to transform a data structure with the help of a short query string.
homepagehttps://github.com/wSelector
repositoryhttps://github.com/wSelector
max_upload_size
id532088
size30,226
Wandalen (Wandalen)

documentation

https://docs.rs/wselector

README

module::wselector

Collection of cross-platform routines to select a sub-structure from a complex data structure. Use the module to transform a data structure with the help of a short query string.

Sample

cargo run --bin selector -- get Cargo.toml workspace

To add to your project

cargo add wselector

Try out from the repository

git clone https://github.com/Wandalen/wSelector
cd wSelector
cd sample/rust/selector
cargo run
Commit count: 0

cargo fmt