graphix_io 0.3.3

A Rust library for reading and writing graphs from and to text files, based on the graphix crate.
Documentation
[dependencies.graphix]
version = "0.5.1"

[lib]
name = "graphix_io"
path = "src/lib.rs"

[package]
authors = ["PlotoZypresse"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "A Rust library for reading and writing graphs from and to text files, based on the graphix crate."
edition = "2021"
exclude = ["test_files/*", "src/main.rs"]
homepage = "https://github.com/PlotoZypresse/graphix_io"
keywords = ["graph", "file-io", "file-format", "graphix", "rust"]
license = "MIT"
name = "graphix_io"
readme = "README.md"
repository = "https://github.com/PlotoZypresse/graphix_io"
version = "0.3.3"