pjson-rs 0.5.1

Priority JSON Streaming Protocol - high-performance priority-based JSON streaming (requires nightly Rust)
Documentation
1
2
3
4
5
//! Domain aggregates managing business logic boundaries

pub mod stream_session;

pub use stream_session::StreamSession;