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.
bash
cargo run --bin selector -- get Cargo.toml workspace
cargo add wselector
shell test
git clone https://github.com/Wandalen/wSelector
cd wSelector
cd sample/rust/selector
cargo run