#query #wtools #query-string #structure #data #data-structures #transform

app 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.

1 unstable release

0.1.0 Feb 14, 2022

#57 in #query-string

MIT license

16KB
424 lines

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

Dependencies

~7.5MB
~147K SLoC