3 releases (breaking)

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

#991 in Algorithms

Download history 24/week @ 2024-09-18 47/week @ 2024-09-25 34/week @ 2024-10-02 197/week @ 2024-10-09 75/week @ 2024-10-16 26/week @ 2024-10-23 27/week @ 2024-10-30 21/week @ 2024-11-06 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

87 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