thedodd / wither

An ODM for MongoDB built on the official MongoDB Rust driver.
https://docs.rs/wither
Other
325 stars 40 forks source link

Should add the find_one_and_* methods. #28

Closed thedodd closed 5 years ago

thedodd commented 5 years ago

Let's go ahead and add the three find_oneand* methods.

Add a code block to the readme on how to use the underlying driver in a case where this lib doesn't quite do what you need it to do.