Skip to content

Commit

Permalink
Support pickling of some objects
Browse files Browse the repository at this point in the history
  • Loading branch information
GodTamIt committed Aug 4, 2023
1 parent a01ccd9 commit d03c8fb
Show file tree
Hide file tree
Showing 8 changed files with 372 additions and 36 deletions.
61 changes: 42 additions & 19 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ chrono = "0.4.23"
tantivy = "0.20.1"
itertools = "0.10.5"
futures = "0.3.26"
pythonize = "0.19.0"
serde = "~1.0"
serde_json = "1.0.91"

[dependencies.pyo3]
Expand Down
Loading

0 comments on commit d03c8fb

Please sign in to comment.