omnitool 0.0.2

A curated respository of algorithms and data structures. The libraries are included as forks of Rust codebases.
Documentation
[dependencies.bit-set-omnitool]
optional = true
version = "0.6.0"

[dependencies.bit-vec-omnitool]
optional = true
version = "0.7.0"

[dependencies.earley-omnitool]
optional = true
version = "0.0.6"

[features]
default = ["earley-omnitool", "bit-vec-omnitool", "bit-set-omnitool"]

[lib]
name = "omnitool"
path = "src/lib.rs"

[package]
authors = ["Piotr Czarnecki <pioczarn@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = """
A curated respository of algorithms and data structures.
The libraries are included as forks of Rust codebases.
"""
documentation = "http://docs.rs/omnitool/"
edition = "2021"
keywords = ["grammar", "parsing", "algorithm", "data", "structure"]
license = "Apache-2.0 OR MIT"
name = "omnitool"
readme = false
repository = "https://github.com/pax-soft/omnitool"
version = "0.0.2"