//! MongoDB storage adapter and the Parse/BSON transform.
//!
//! `transform` is the part full of load-bearing special cases, and
//! it is also pure, which makes it the one piece of this crate that can be differentially tested
//! against upstream directly rather than through a running server. That is why it landed first.
pub use MongoAdapter;