| Crates.io | musty |
| lib.rs | musty |
| version | 0.5.2 |
| created_at | 2023-01-19 08:33:58.417916+00 |
| updated_at | 2023-01-19 20:46:40.005207+00 |
| description | An ODM for NoSQL databases like MongoDB |
| homepage | |
| repository | https://github.com/tsanga/musty |
| max_upload_size | |
| id | 762396 |
| size | 78,477 |
musty is an asynchronous object-document mapper library for Rust. It turns your struct's into queryable database models.
filter!() macro.get_by functions using the #[musty()] macro.musty?filter!() macro.musty is designed to integrate with little friction (i.e: not enforcing specific types to be used, etc), for how to get started using musty, check out the quick start.