thedodd / wither

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

Derive: add use statements for all dep types. #31

Closed thedodd closed 4 years ago

thedodd commented 5 years ago

There should be no extra cost associated with simply adding any use statements for types which the derive system depends upon. If the crates do not exist, cargo will notify the user pretty clearly as to the issue.

This is just a usability enhancement. It is annoying to have to declare use statements for types which derives require.