sgrif / diesel.rs-website

MIT License
32 stars 97 forks source link

Mention that cargo doc will show mods generated by infer_schema #30

Open killercup opened 7 years ago

killercup commented 7 years ago

Just add something like

By the way, if you ever wonder what Rust code gets generated by these macros: If your schema is public, you can always run cargo doc --open to render the documentation of your project and see what items it contains.