Skip to content

Commit

Permalink
Build regex from JSON Schema in Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikKaum authored Aug 29, 2024
1 parent c448997 commit 6391615
Show file tree
Hide file tree
Showing 9 changed files with 962 additions and 527 deletions.
131 changes: 131 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ name = "outlines_core_rs"
crate-type = ["cdylib"]

[dependencies]
anyhow = "1.0.86"
pyo3 = { version = "0.22.0", features = ["extension-module"] }
regex = "1.10.6"
serde-pyobject = "0.4.0"
serde_json = { version ="1.0.125", features = ["preserve_order"] }

[profile.release]
opt-level = 3
Expand Down
Loading

0 comments on commit 6391615

Please sign in to comment.