| Crates.io | somen |
| lib.rs | somen |
| version | 0.3.1 |
| created_at | 2022-03-17 10:35:02.696297+00 |
| updated_at | 2022-06-26 08:42:43.675718+00 |
| description | An asynchronous parser combinator. |
| homepage | |
| repository | https://github.com/watcol/somen |
| max_upload_size | |
| id | 551731 |
| size | 281,696 |
Somen is an asynchronous LL(k) parser combinator.
Add to your Cargo.toml:
[dependencies]
somen = "0.3"
If you are in the no_std environment:
[dependencies.somen]
version = "0.3"
default-features = false
features = ["alloc"] # If you have an allocator implementation
See examples for more usage.
API Documentations are available on here.
This program is licensed under the MIT license. See LICENSE for details.