toql_core 0.4.2

Library with core functionality for Toql
Documentation
1
2
3
4
5
6
7
8
//! Traits to do operations on nested structs.
pub mod tree_identity;
pub mod tree_index;
pub mod tree_insert;
pub mod tree_map;
pub mod tree_merge;
pub mod tree_predicate;
pub mod tree_update;