Skip to content

Commit

Permalink
Convert _objects.c => _objects.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Feb 10, 2024
1 parent 7271a76 commit 4832e1b
Show file tree
Hide file tree
Showing 7 changed files with 467 additions and 314 deletions.
280 changes: 280 additions & 0 deletions Cargo.lock

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

12 changes: 12 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[package]
name = "objects-py"
version = "3.4.0"
edition = "2021"

[lib]
crate-type = ["cdylib"]
path = "dulwich/_objects.rs"

[dependencies]
pyo3 = { version = ">=0.19", features = ["extension-module"]}
memchr = "2"
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@

0.21.6 2023-09-02

* Convert _objects.c to rust.
(Jelmer Vernooij)

* index: Handle different stages of conflicted paths.
(Kevin Hendricks, Jelmer Vernooij)

Expand Down
Loading

0 comments on commit 4832e1b

Please sign in to comment.