2 unstable releases

0.2.0 May 27, 2024
0.1.0 Feb 19, 2023

#1017 in Algorithms

Download history 15/week @ 2024-06-17 24/week @ 2024-06-24 9/week @ 2024-07-01 9/week @ 2024-07-08 13/week @ 2024-07-15 8/week @ 2024-07-22 19/week @ 2024-07-29 13/week @ 2024-08-05 19/week @ 2024-08-12 20/week @ 2024-08-19 46/week @ 2024-08-26 25/week @ 2024-09-02 13/week @ 2024-09-09 19/week @ 2024-09-16 46/week @ 2024-09-23 46/week @ 2024-09-30

127 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.8–2.5MB
~47K SLoC