3 releases (breaking)

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

#811 in Algorithms

Download history 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 12/week @ 2024-10-07 254/week @ 2024-10-14 27/week @ 2024-10-21 23/week @ 2024-10-28 22/week @ 2024-11-04

327 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.5MB
~46K SLoC