//! The read and write pipelines. The behavioral heart.
//!
//! Never references JS types, `serde_json::Value`-as-JS-value conventions, or JS async semantics.
//! Everything JavaScript lives behind the sidecar socket, and keeping this crate clean of it is
//! what makes that boundary real rather than aspirational. The one `serde_json` use is
//! `query_parse`, which reads a client-supplied `where` document, and that is JSON on the wire
//! rather than a JS value.
pub use AclScope;
pub use ;
pub use ;
pub use parse_where;