retworkx 0.3.2

A python graph library implemented in Rust
Documentation
[badges.travis-ci]
repository = "mtreinish/retworkx"
[dependencies.fixedbitset]
version = "0.2.0"

[dependencies.petgraph]
version = "0.5"

[dependencies.pyo3]
features = ["extension-module"]
version = "0.8.5"

[lib]
crate-type = ["cdylib"]
name = "retworkx"

[package]
authors = ["Matthew Treinish <mtreinish@kortar.org>"]
description = "A python graph library implemented in Rust"
keywords = ["python", "graph"]
license = "Apache-2.0"
name = "retworkx"
readme = "README.rst"
repository = "https://github.com/mtreinish/retworkx"
version = "0.3.2"