Somen is an asynchronous LL(k) parser combinator.
Add to your Cargo.toml
:
toml
[dependencies]
somen = "0.3.0"
If you are in the no_std
environment:
toml
[dependencies.somen]
version = "0.3.0"
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.