graphix_io 0.3.0

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

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