diesel-dynamic-schema icon indicating copy to clipboard operation
diesel-dynamic-schema copied to clipboard

Publish crate on crates.io

Open amilajack opened this issue 6 years ago • 4 comments

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

amilajack avatar Dec 03 '18 22:12 amilajack

Before publishing to crates.io someone needs to write some documentation for the crate.

weiznich avatar Dec 03 '18 22:12 weiznich

Got it. What kind of documentation is required? Documentation on diesel.rs or rustdocs?

amilajack avatar Dec 03 '18 23:12 amilajack

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.

weiznich avatar Dec 04 '18 09:12 weiznich

I wrote a pull request to help with this: https://github.com/diesel-rs/diesel-dynamic-schema/pull/9

joelparkerhenderson avatar Aug 31 '19 05:08 joelparkerhenderson