force_graph 0.3.0

Force-directed graph algorithm
Documentation
1
2
3
4
5
6
7
8
# force-graph-rs

[![Crates.io][crates_img]][crates_link]

[crates_img]: https://img.shields.io/crates/v/force_graph.svg
[crates_link]: https://crates.io/crates/force_graph

A Rust implementation of the force-directed graph algorithm from [Graphoon](https://github.com/rm-code/Graphoon/).