2 unstable releases

new 0.2.0 May 27, 2024
0.1.0 Feb 19, 2023

#16 in #directed-acyclic-graph

Download history 18/week @ 2024-02-12 22/week @ 2024-02-19 38/week @ 2024-02-26 24/week @ 2024-03-04 43/week @ 2024-03-11 18/week @ 2024-03-18 28/week @ 2024-03-25 51/week @ 2024-04-01 21/week @ 2024-04-08 15/week @ 2024-04-15 16/week @ 2024-04-22 9/week @ 2024-04-29 22/week @ 2024-05-06 13/week @ 2024-05-13

62 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