restqs 0.1.0

REST Query Syntax parser for safe REST API filtering plans.
Documentation
1
2
3
4
//! Adapter modules that translate RQS plans.

#[cfg(feature = "sqlx")]
pub mod sqlx;