depends 0.11.0

Ergonomic, performant, incremental computation between arbitrary types
Documentation
1
2
3
4
/// Convenience so that types which derive `Graph` can be easily accessed.
pub trait GraphCreate {
    type Graph<R>;
}