manor - MongoDB for Rust, Simplified
A highly-automated MongoDB ORM, extending on the mongodb crate to bring tighter GridFS integration, cross-document linking, and extremely low-code schema specification.
Note: Currently not tested exhaustively, and likely not ready for production. Still under active development.
Installation
Example Usage
A (very) brief example of this crate's usage is as follows:
use ;
use Uuid;
// Set up a schema, defines [User] and [UserBuilder]
async