networked 0.1.0

A rust clone of networkx.
Documentation

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