pjson-rs 0.5.2

Priority JSON Streaming Protocol - high-performance priority-based JSON streaming (requires nightly Rust)
Documentation
1
2
3
4
5
6
7
8
//! Domain configuration module
//!
//! Contains domain-level configuration constants that define business rules
//! and validation constraints. These are independent of infrastructure.

pub mod limits;

pub use limits::{ALLOWED_SORT_FIELDS, MAX_PAGINATION_LIMIT, MAX_PAGINATION_OFFSET};