Roadmap to 1.0
Open
- Dominant language
- Rust
- Stars
- 17
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
* [ ] Nom Error Handling (where and why does the parser failed?)
* [ ] Define the public interface (see [Rust API Guidelines](https://rust-lang-nursery.github.io/api-guidelines/about.html))
* [ ] remove `Box`es
* [ ] make fields private
* [ ] "lock" `enum Definition`?
* [x] Solve #5 (return e.g. Result, abnf::Error>)
* [x] Solve #6 (implement incremental alternatives)
* [ ] Solve #7 (will change parse functions behaviour)
* [x] Documentation
* [ ] Release 1.0 :-)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.