Crates.io | graphfind-rs |
lib.rs | graphfind-rs |
version | 0.1.0 |
source | src |
created_at | 2023-04-21 13:17:40.666111 |
updated_at | 2023-04-21 13:17:40.666111 |
description | Library for finding patterns in graphs |
homepage | |
repository | https://github.com/slrtbtfs/graphfind-rs |
max_upload_size | |
id | 845300 |
size | 157,273 |
Library for finding patterns in graphs.
The function VizDotGraph::print_to_svg
depends on graphviz
, available at https://graphviz.org/download/. Without this package,
calling this function always returns an Error
.