rugraph 0.2.0

Simple directed and multidirected graph library.
Documentation
# rugraph
Graph lib for Rust

![rugraph workflow](https://github.com/yangosoft/rugraph/actions/workflows/rust.yml/badge.svg)

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



Current features:

* Directed graph implementation
* Multi directed graph implementation
* All simple path algorithm implemented
* Dot file export for Graphivz


Some pitfalls:

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

See [doc](doc/rugraph/index.html) for documentation and [examples](examples/).