rugraph

Crates.iorugraph
lib.rsrugraph
version1.3.0
sourcesrc
created_at2022-04-20 14:41:42.374504
updated_at2024-06-19 10:34:09.336799
descriptionSimple undirected, directed and multidirected graph library.
homepagehttps://github.com/yangosoft/rugraph
repositoryhttps://github.com/yangosoft/rugraph
max_upload_size
id571010
size60,606
Yangosoft (yangosoft)

documentation

README

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

Commit count: 50

cargo fmt