yangosoft / rugraph

Graph lib for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rugraph

Graph lib for Rust

rugraph workflow crates.io documentation

This is a toy project to learn Rust. Not intended for real use.

Current features:

  • Undirected graph implementation
  • Directed graph implementation
  • Multi directed graph implementation
  • All simple path algorithm implemented
  • Dot file export for Graphivz
  • Dot file import

Some pitfalls:

  • No proper interfaces
  • No properly modularized
  • Not idiomatic?
  • Perfomance?
  • ...

See the examples and documentation

About

Graph lib for Rust

License:The Unlicense


Languages

Language:Rust 100.0%