Avocado, the strongly-typed MongoDB driver
Usage
cargo doc --no-deps --open- Check out the
examples/folder - More docs are coming!
TODO:
- Fix integer overflow TODO in
bsn.rs - Write documentation in
lib.rsdoc comments - Write integration tests that exercise the library using an actual, running MongoDB database
- Default
Doc::IdtoObjectId,Query::OutputtoT, andDistinct::OutputtoTas well, once #29661 is stabilized - Auto-derive
Doctrait; respect Serde renaming when obtaining type name!