Peresil
A simple and simplistic string parsing library in Rust.
Contributing
- Fork it ( https://github.com/shepmaster/peresil/fork )
- Create your feature branch (
git checkout -b my-new-feature
)
- Add a failing test.
- Add code to pass the test.
- Commit your changes (
git commit -am 'Add some feature'
)
- Ensure tests pass.
- Push to the branch (
git push origin my-new-feature
)
- Create a new Pull Request