structsy 0.5.2

Simple single file structs database
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod desc_info_finder;
mod execution_model;
mod fields_holder;
mod filter_builder;
mod plan_model;
pub(crate) mod query_model;
mod reader;
mod value_compare;

pub use filter_builder::FilterBuilder;
pub(crate) use query_model::{SolveQueryRange, SolveQueryValue};
pub(crate) use reader::{Reader, ReaderIterator};
pub(crate) use value_compare::{ValueCompare, ValueRange};