pnevyk / gryf

Graph data structure library aspiring to be convenient, versatile, correct and performant.
MIT License
69 stars 1 forks source link

Split `traits.rs` into submodules #13

Closed pnevyk closed 1 year ago

pnevyk commented 2 years ago

The traits.rs grew a lot and became quite messy. It should be split into multiple submodules, each one containing somewhat related traits (e.g., vertices, edges, neighbors, properties, ...).

pnevyk commented 1 year ago

Done in #24