Skip to content

Commit

Permalink
Update contributing section
Browse files Browse the repository at this point in the history
  • Loading branch information
andoriyu authored Mar 17, 2020
1 parent 1df9ea9 commit d66d6f1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,15 @@
//!
//! PRs, feature requests, bug reports are welcome. I won't be adding CoC — be civilized.
//!
//! #### Particular Contributions of Interest
//!
//! - Optimize derive code.
//! - Improve documentation — I often write late and night and some it might look like a word soup.
//! - Better tests
//! - `from` and `try_from` like in serder [#3]
//! - Glob support in derive parser section
//!
//!
//! ## Goals
//! - Provider safe and convient configuration library
//! - Automatic derive, so you don't have to think about parser object
Expand Down

0 comments on commit d66d6f1

Please sign in to comment.