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

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

To add to your project

cargo add wselector

Try out from the repository

shell test git clone https://github.com/Wandalen/wSelector cd wSelector cd sample/rust/selector cargo run