pulsar-rs
pulsar-rs copied to clipboard
Documentation
we are still missing a lot of documentation, on method, fields, etc, and code examples along with them.
add
#![warn(missing_docs)]
#![warn(missing_doc_code_examples)]
to src/lib.rs to see how much
At the very least we need to update the code example with Cargo.toml
imports, even if commented out, for the average user to know how to include serde
with derive
macros enabled, and the like.
Also, there is some extern crate
syntax in the docs that need to get out.
@Geal would you please add me as a contributor to the project? So I can push a branch directly instead of forking? Is the master
branch protected? This would be a must-have.
I don't have the rights for that. @stearnsc could you give access to @Keksoj ? He's from Clever Cloud too, and since I left the company, he's taking over my work on Pulsar, since I have less time to work on it at my new job (maybe after a while I'll convince them to use pulsar :laughing: )
@Keksoj usually the policy was to fork under @clevercloud for repositories we do not have rights to
@Keksoj in the meantime, if you need something to be merged, ping me :)