mongo_crud_derive 0.1.0

A simple library to extract the mongoDB fetching process. Only for basic types.
Documentation
1
2
3
4
5
6
7
8
mod mongo_crud;
mod insert;
mod update;
mod delete;
mod find_one;
mod find_all;

pub use mongo_crud::*;