3 releases (breaking)

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

#825 in Algorithms

Download history 20/week @ 2024-08-16 28/week @ 2024-08-23 40/week @ 2024-08-30 16/week @ 2024-09-06 19/week @ 2024-09-13 40/week @ 2024-09-20 42/week @ 2024-09-27 22/week @ 2024-10-04 224/week @ 2024-10-11 54/week @ 2024-10-18 21/week @ 2024-10-25 27/week @ 2024-11-01 21/week @ 2024-11-08 23/week @ 2024-11-15 23/week @ 2024-11-22 19/week @ 2024-11-29

89 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