commit | 5f86de8d753c43da0b9a2c21f85c02d570bd764b | [log] [tgz] |
---|---|---|
author | AgustÃn Borgna <agustinborgna@gmail.com> | Sun May 22 18:41:58 2022 +0200 |
committer | GitHub <noreply@github.com> | Sun May 22 18:41:58 2022 +0200 |
tree | c694f736c1fde8b12295a53ceb5e395546b8a23d | |
parent | 9ff688872b467d3e1b5adef19f5c52f519d3279c [diff] |
Fix minor indexmap version to keep 1.41 support (#493) indexmap 1.8 requires a higher rust version
Graph data structure library. Supports Rust 1.41 and later.
Please read the API documentation here
Crate feature flags:
graphmap
(default) enable GraphMap
.stable_graph
(default) enable StableGraph
.matrix_graph
(default) enable MatrixGraph
.serde-1
(optional) enable serialization for Graph, StableGraph
using serde 1.0. Requires Rust version as required by serde.See RELEASES for a list of changes. The minimum supported rust version will only change on major releases.
Dual-licensed to be compatible with the Rust project.
Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 or the MIT license http://opensource.org/licenses/MIT, at your option. This file may not be copied, modified, or distributed except according to those terms.