Skip to content

Commit 5b76a51

Browse files
authored
Merge pull request #22 from dancergraham/feature/crc32c
feature: crc32c for faster file reading
2 parents bb27db6 + e22bf12 commit 5b76a51

2 files changed

Lines changed: 57 additions & 41 deletions

File tree

Cargo.lock

Lines changed: 54 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "e57-python"
3-
version = "0.1.0-a6"
3+
version = "0.1.0-a7"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -9,7 +9,7 @@ name = "e57"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
pyo3 = "0.20.0"
13-
e57 = "0.10.3"
12+
pyo3 = "0.20.2"
13+
e57 = { version = "0.10.3",features =["crc32c"]}
1414
numpy = "0.20.0"
1515
ndarray = "0.15.6"

0 commit comments

Comments
 (0)