文件名称:petgraph-图形数据结构库。 提供图类型和图算法。-Rust开发
文件大小:213KB
文件格式:ZIP
更新时间:2024-06-16 11:59:27
Rust Data structures
petgraph Graph数据结构库。 已知支持Rust 1.37及更高版本。 请在此处阅读API文档板条箱功能标志:graphmap(def petgraph Graph数据结构库。已知支持Rust 1.37及更高版本。请在此处阅读API文档:板条箱功能标志:graphmap(默认)启用GraphMap。stable_graph(默认)启用StableGraph 。matrix_graph(默认)启用MatrixGraph。serde-1(可选)使用serde 1.0启用Graph,StableGraph的序列化。需要serde要求的Rust版本。最新变化0.5.1实现遍历的默认值。导出Edges公开连接。实现is_bipart
【文件预览】:
petgraph-master
----LICENSE-MIT(1KB)
----README.rst(13KB)
----CONTRIBUTING.rst(3KB)
----Cargo.toml(1KB)
----.github()
--------ISSUE_TEMPLATE.md(1KB)
--------workflows()
----serialization-tests()
--------Cargo.toml(466B)
--------src()
--------tests()
----custom.css(533B)
----src()
--------isomorphism.rs(27KB)
--------algo()
--------astar.rs(5KB)
--------macros.rs(3KB)
--------adj.rs(19KB)
--------util.rs(295B)
--------prelude.rs(602B)
--------matching.rs(18KB)
--------unionfind.rs(5KB)
--------matrix_graph.rs(52KB)
--------simple_paths.rs(6KB)
--------generate.rs(4KB)
--------graph_impl()
--------visit()
--------floyd_warshall.rs(4KB)
--------lib.rs(9KB)
--------data.rs(13KB)
--------iter_format.rs(2KB)
--------dijkstra.rs(4KB)
--------serde_utils.rs(3KB)
--------quickcheck.rs(7KB)
--------csr.rs(28KB)
--------graphmap.rs(29KB)
--------k_shortest_path.rs(3KB)
--------dot.rs(10KB)
--------traits_graph.rs(2KB)
--------feedback_arc_set.rs(13KB)
--------operator.rs(2KB)
--------scored.rs(1KB)
--------iter_utils.rs(897B)
----LICENSE-APACHE(11KB)
----Makefile(982B)
----graph-example.dot(222B)
----tests()
--------utils()
--------graph.rs(68KB)
--------res()
--------matching.rs(4KB)
--------unionfind.rs(2KB)
--------iso.rs(15KB)
--------floyd_warshall.rs(5KB)
--------list.rs(6KB)
--------quickcheck.rs(41KB)
--------graphmap.rs(10KB)
--------k_shortest_path.rs(1KB)
--------operator.rs(1KB)
--------stable_graph.rs(11KB)
----.gitignore(41B)
----benches()
--------common()
--------matching.rs(2KB)
--------unionfind.rs(4KB)
--------matrix_graph.rs(8KB)
--------iso.rs(1KB)
--------ograph.rs(1KB)
--------floyd_warshall.rs(889B)
--------dijkstra.rs(890B)
--------serialize.rs(2KB)
--------k_shortest_path.rs(883B)
--------feedback_arc_set.rs(1KB)
--------stable_graph.rs(2KB)