https://github.com/shepmaster/peresil
A simplistic parsing library in Rust
https://github.com/shepmaster/peresil
Last synced: over 1 year ago
JSON representation
A simplistic parsing library in Rust
- Host: GitHub
- URL: https://github.com/shepmaster/peresil
- Owner: shepmaster
- License: mit
- Created: 2015-02-22T15:51:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-03-22T01:23:38.000Z (over 6 years ago)
- Last Synced: 2025-03-01T02:11:37.999Z (over 1 year ago)
- Language: Rust
- Size: 605 KB
- Stars: 20
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Peresil
[![crates.io][Crate Logo]][Crate]
[![Documentation][Doc Logo]][Doc]
[![Build Status][CI Logo]][CI]
A simple and simplistic string parsing library in Rust.
Check [the docs][Doc] for a quick introduction.
## 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
[Crate]: https://crates.io/crates/peresil
[Crate Logo]: https://img.shields.io/crates/v/peresil.svg
[Doc]: https://docs.rs/peresil
[Doc Logo]: https://docs.rs/peresil/badge.svg
[CI]: https://github.com/shepmaster/peresil/actions?query=branch%3Amaster
[CI Logo]: https://github.com/shepmaster/peresil/workflows/Continuous%20integration/badge.svg?branch=master