peresil 0.2.0

A simple and simplistic string parsing library
Documentation

Peresil

A simple and simplistic string parsing library in Rust.

Contributing

  1. Fork it ( https://github.com/shepmaster/peresil/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Add a failing test.
  4. Add code to pass the test.
  5. Commit your changes (git commit -am 'Add some feature')
  6. Ensure tests pass.
  7. Push to the branch (git push origin my-new-feature)
  8. Create a new Pull Request