Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 700 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 700 Bytes

Graph-Library in Rust

codecov Build, Lint and Test

This is my first real Rust test. I decided to create a simple graph library / in-memory database.

Please feel free to propose code improvements. This is a pure learning project for Rust and graph theory. :)

Instructions

To format and build the project and run its tests, simply use cargo make.

Resources

Airplane data under /tests/resources/airplanes.graphml is generated by Kelvin R. Lawrence.