3 releases (breaking)

0.3.0 Oct 14, 2024
0.2.0 May 27, 2024
0.1.0 Feb 19, 2023

#1086 in Algorithms

Download history 24/week @ 2024-11-13 20/week @ 2024-11-20 23/week @ 2024-11-27 26/week @ 2024-12-04 41/week @ 2024-12-11 14/week @ 2024-12-18 13/week @ 2024-12-25 10/week @ 2025-01-01 13/week @ 2025-01-08 11/week @ 2025-01-22 18/week @ 2025-02-05 22/week @ 2025-02-12 28/week @ 2025-02-19 38/week @ 2025-02-26

106 downloads per month
Used in 3 crates (via git-branchless-test)

MIT/Apache

43KB
901 lines

scm-bisect

Reusable algorithms for identifying the first bad commit in a directed acyclic graph (similar to git-bisect). The intention is to provide support for various source control systems.

License: MIT.


lib.rs:

Reusable algorithms for identifying the first bad commit in a directed acyclic graph (similar to git-bisect). The intention is to provide support for various source control systems.

Dependencies

~1.7–2.4MB
~45K SLoC