Public API and docs

This commit is contained in:
2023-05-26 15:23:15 +01:00
parent 3c1a6e2be2
commit fdf18e6ff8
99 changed files with 503 additions and 406 deletions

View File

@@ -6,6 +6,15 @@ authors = [
"Lawrence Bethlenfalvy <lbfalvy@protonmail.com>"
]
[lib]
name = "orchid"
path = "src/lib.rs"
[[bin]]
name = "orcx"
path = "src/bin/main.rs"
doc = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
@@ -14,6 +23,6 @@ chumsky = "0.9.2"
hashbrown = "0.13.2"
ordered-float = "3.0"
itertools = "0.10"
smallvec = { version = "1.10.0", features = ['const_generics'] }
dyn-clone = "1.0.11"
clap = { version = "4.2.4", features = ["derive"] }
trait-set = "0.3.0"