pathfinding 4.15.0

Pathfinding, flow, and graph algorithms
Documentation
1
2
3
4
5
6
7
#[test]
fn ui() {
    if version_check::is_min_version("1.90.0").unwrap() {
        let t = trybuild::TestCases::new();
        t.compile_fail("tests/ui/*.rs");
    }
}