graphix_io 0.2.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.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bf3edc54ee55ca4de2b932219de400e28f03132b0492d864311674e08275311"

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