/salus

yet another graph library for Rust

Primary LanguageRustMIT LicenseMIT

Salus

Yet another graph library for Rust.

Graphs are a common data structure in most object-oriented programming languages due to their natural representation of linked data, but they are also notoriously difficult to implement in Rust.