tiny-earley 0.2.0

Minimalistic implementation of Earley's algorithm
Documentation
[dependencies.c_lexer_logos]
version = "0.1"

[dependencies.elsa]
features = ["indexmap"]
optional = true
version = "1.11"

[dependencies.log]
version = "0.4"

[dependencies.rayon]
optional = true
version = "1.10"

[dev-dependencies]

[features]
debug = []
default = ["debug", "load"]
load = ["dep:elsa"]
nightly = []

[lib]
name = "tiny_earley"
path = "lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Minimalistic implementation of Earley's algorithm"
edition = "2021"
homepage = "https://pczarn.github.io/"
license = "Apache-2.0 OR MIT"
name = "tiny-earley"
readme = false
repository = "https://github.com/pczarn/tiny-earley"
version = "0.2.0"

[profile.bench]
opt-level = 3