graph_safe_compare 0.2.1

Equivalence predicate that can handle cyclic, shared, and very-deep graphs.
Documentation
1
2
3
4
5
6
7
8
9
10
fn main()
{
    cfg_rust_features::emit!([
        "step_trait",
        "unwrap_infallible",
        "never_type",
        "unstable_features",
    ])
    .unwrap();
}