somen

Crates.iosomen
lib.rssomen
version0.3.1
sourcesrc
created_at2022-03-17 10:35:02.696297
updated_at2022-06-26 08:42:43.675718
descriptionAn asynchronous parser combinator.
homepage
repositoryhttps://github.com/watcol/somen
max_upload_size
id551731
size281,696
watcol (watcol)

documentation

README

Somen

status crates.io Downloads Downloads (latest) License Lint Test

Somen is an asynchronous LL(k) parser combinator.

Usage

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.

Documentation

API Documentations are available on here.

License

This program is licensed under the MIT license. See LICENSE for details.

Commit count: 343

cargo fmt