rinq 0.1.0

Type-safe, zero-cost LINQ-inspired query engine for Rust — filter, sort, aggregate, window analytics, parallel execution, and statistical extensions.
Documentation
1
2
3
4
5
6
7
//! Serde-oriented import path for [`crate::QueryBuilder`].
//!
//! Enabled with the `serde` feature flag.
//! Exposes [`crate::QueryBuilder::from_json`] for deserialising JSON arrays
//! directly into a query pipeline.

pub use crate::core::builder::QueryBuilder;