Crates.io | networked |
lib.rs | networked |
version | 0.1.0 |
source | src |
created_at | 2019-11-16 01:23:48.142232 |
updated_at | 2019-11-16 01:23:48.142232 |
description | A rust clone of networkx. |
homepage | |
repository | https://github.com/dcchut/networked |
max_upload_size | |
id | 181685 |
size | 13,978 |
networked is a rust clone of networkx.
Add this to your Cargo.toml
:
[dependencies]
networked = "0.1"
fn main() {
println!("Hello world!");
}
Licensed under either of