wselector 0.1.0

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.
wselector-0.1.0 is not a library.

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