graphix_io 0.2.1

A Rust library for reading and writing graphs from and to text files, based on the graphix crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "graphix"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6d150153921ed6de686ebac91c9292b05f6c2502a77d74e2f101db513e0f0a"

[[package]]
name = "graphix_io"
version = "0.2.1"
dependencies = [
 "graphix",
]