Skip to main content

Crate parse_rust_mongo

Crate parse_rust_mongo 

Source
Expand description

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.

Re-exports§

pub use adapter::MongoAdapter;

Modules§

adapter
The MongoDB StorageAdapter.
transform
Parse JSON to BSON and back.