networked

Crates.ionetworked
lib.rsnetworked
version0.1.0
sourcesrc
created_at2019-11-16 01:23:48.142232
updated_at2019-11-16 01:23:48.142232
descriptionA rust clone of networkx.
homepage
repositoryhttps://github.com/dcchut/networked
max_upload_size
id181685
size13,978
Robert Usher (dcchut)

documentation

README

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

Commit count: 0

cargo fmt