1 unstable release

0.1.0 Nov 16, 2019

#188 in #clone

21 downloads per month

MIT/Apache

6KB

networked

networked is a rust clone of networkx.


Installation

Add this to your Cargo.toml:

[dependencies]
networked = "0.1"

Basic Usage

fn main() {
    println!("Hello world!");
}

License

Licensed under either of

No runtime deps