| Crates.io | wselector |
| lib.rs | wselector |
| version | 0.1.0 |
| created_at | 2022-02-14 07:02:35.709264+00 |
| updated_at | 2022-02-14 07:02:35.709264+00 |
| description | 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. |
| homepage | https://github.com/wSelector |
| repository | https://github.com/wSelector |
| max_upload_size | |
| id | 532088 |
| size | 30,226 |
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.
cargo run --bin selector -- get Cargo.toml workspace
cargo add wselector
git clone https://github.com/Wandalen/wSelector
cd wSelector
cd sample/rust/selector
cargo run