2 unstable releases

new 0.2.0 May 27, 2024
0.1.0 Feb 19, 2023

#944 in Algorithms

Download history 5/week @ 2024-02-08 24/week @ 2024-02-15 30/week @ 2024-02-22 30/week @ 2024-02-29 40/week @ 2024-03-07 24/week @ 2024-03-14 22/week @ 2024-03-21 50/week @ 2024-03-28 24/week @ 2024-04-04 20/week @ 2024-04-11 16/week @ 2024-04-18 12/week @ 2024-04-25 18/week @ 2024-05-02 16/week @ 2024-05-09 11/week @ 2024-05-16 188/week @ 2024-05-23

235 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.6MB
~48K SLoC