diesel-dynamic-schema
diesel-dynamic-schema copied to clipboard
Publish crate on crates.io
This package is not published on crates.io. I'd like to help out with this. Let me know if there's anything on my end i can do
Before publishing to crates.io someone needs to write some documentation for the crate.
Got it. What kind of documentation is required? Documentation on diesel.rs or rustdocs?
Currently the documentation is not existing for this crate. In my opinion inline rust docs should be fine. Basically the crate should compile with #![deny(missing_docs)] enabled.
I wrote a pull request to help with this: https://github.com/diesel-rs/diesel-dynamic-schema/pull/9