Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliotpaez/jpar
A text-oriented, zero-copy, parser combinators library
https://github.com/juliotpaez/jpar
Last synced: about 2 months ago
JSON representation
A text-oriented, zero-copy, parser combinators library
- Host: GitHub
- URL: https://github.com/juliotpaez/jpar
- Owner: juliotpaez
- License: mit
- Created: 2021-04-01T17:06:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-04T19:07:59.000Z (over 3 years ago)
- Last Synced: 2024-10-28T17:25:54.161Z (2 months ago)
- Language: Rust
- Size: 132 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jPar
A Rust library for parsing text inputs.
> This library is a copy of [nom] but using a different approach for the inputs.
> ⚠️ This library is slower than **nom**, take a look at its approach and if you find it difficult or need an input that depends on context information try using **jPar**.
[nom]: https://github.com/Geal/nom