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 Jul 21, 2023
1 parent b377f57 commit bf5d3d2
Show file tree
Hide file tree
Showing 8 changed files with 465 additions and 79 deletions.
153 changes: 133 additions & 20 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@ pyo3-build-config = "0.18.0"
chrono = "0.4.23"
tantivy = "0.20.1"
itertools = "0.10.5"
flexbuffers = "~2.0"
futures = "0.3.26"
serde = "~1.0"
serde_json = "1.0.91"
time = { version = "0.3.10", features = ["serde"] }

[dependencies.pyo3]
version = "0.18.0"
features = ["chrono", "extension-module"]
features = ["chrono", "extension-module", "multiple-pymethods"]
Loading

0 comments on commit bf5d3d2

Please sign in to comment.