Crate pushout

Crate pushout 

Source

Re-exports§

pub use algorithms::find_mappings;
pub use algorithms::vf2_subgraph_isomorphism;
pub use transformation::Rule;
pub use transformation::Morphism;
pub use transformation::find_matches;
pub use transformation::apply_once;
pub use transformation::apply;
pub use io::neo4j::graph_from_neo4j_json;
pub use api::MatchOptions;
pub use api::match_subgraphs;
pub use api::has_subgraph;
pub use api::GraphRewrite;
pub use api::apply_rule;
pub use api::apply_rules;
pub use api::apply_exhaustive;
pub use api::RuleBuilder;

Modules§

algorithms
Core algorithms (e.g. subgraph isomorphism).
api
io
transformation
Graph transformation modules (DPO rewriting).