An open API service indexing awesome lists of open source software.

https://github.com/frontmage/rustg

Rust based graph algorithms
https://github.com/frontmage/rustg

Last synced: 11 months ago
JSON representation

Rust based graph algorithms

Awesome Lists containing this project

README

          

## rustg

Rust based graph alogorithms, featured with `rayon` for better performance.

- [x] dijkstra shortest path
- [x] degree centrality
- [ ] A star shortest path
- [ ] pagerank centrality
- [ ] community detection

### Install

```bash
# TODO: crates.io
```

### Usage

```rust
// TODO: make usage example
```