Skip to content

Commit

Permalink
try reworking LazyIndexMap to fix lifetimes & other bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt authored and samuelcolvin committed Sep 9, 2024
1 parent 6c45ab8 commit 66f0bfe
Show file tree
Hide file tree
Showing 3 changed files with 286 additions and 89 deletions.
1 change: 1 addition & 0 deletions crates/jiter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ smallvec = "2.0.0-alpha.7"
pyo3 = { workspace = true, optional = true, features = ["num-bigint"] }
lexical-parse-float = { version = "0.8.5", features = ["format"] }
bitvec = "1.0.1"
indexmap = "2.5.0"

[features]
python = ["dep:pyo3", "dep:pyo3-build-config"]
Expand Down
Loading

0 comments on commit 66f0bfe

Please sign in to comment.