A simple and simplistic string parsing library in Rust.
Check the docs for a quick introduction.
- 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