| Crates.io | anpa |
| lib.rs | anpa |
| version | 0.10.0 |
| created_at | 2024-02-26 04:38:10.711695+00 |
| updated_at | 2025-07-05 06:46:53.008386+00 |
| description | A generic monadic parser combinator library inspired by Haskell's parsec. |
| homepage | |
| repository | https://github.com/habbbe/anpa-rs |
| max_upload_size | |
| id | 1153013 |
| size | 129,569 |
A generic monadic parser combinator library based on anpa which in turn is inspired by Haskell's parsec.
All parsers and combinators, with the exceptions below, are allocation free and
can be used with no_std when disabling the default features of this crate.
Allocating parsers:
many_to_vec, many_to_map_ordered: Require feature "alloc"
many_to_map: Requires feature "std"
See the provided test parsers
These parsers can be enabled using the features "json" and "semver" respectively.
None
ReadLicensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.