KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
peresil
★ 21
Open GitHub ↗
A simplistic parsing library in Rust
Download README (.md)
Explore Similar Repositories
minimalweb
:
A simple web framework with node.js which has provision to support rest api and traditional http request/response
Arduino-ESP8266
:
Sending data from an Arduino to the internet using an ESP8266 module.
chintz
:
No description available.
hippo
:
An open source client for Evernote.
dep-generic-methods
:
Dart Enhancement Proposal for generic methods
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
peresil
?
Download (.md)
# 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