Crate subgraph_matching[][src]

Expand description

Subgraph Matching

A library for finding patterns in graphs.

This is work in progress and unstable.

This project is inspired by https://github.com/RapidsAtHKUST/SubgraphMatching, which is written in C++. The corresponding paper was published at SIGMOD 2020.

License

MIT

Re-exports

pub use crate::graph::Graph;
pub use config::Config;
pub use config::Enumeration;
pub use config::Filter;
pub use config::Order;

Modules

Enums

Functions