graphix_io 0.3.3

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.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e3fa80ae491343aefbff6ebc7f4e258e843f3159035586d4c4c6f2c48b859b"

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