/soydepend-rs

Simple dependency graph implemented with Rust HashMap and HashSet

Primary LanguageRust

soydepend

soydepend is a Rust clone of soydepend-go.

It provides dependency graph implementation based on Rust std HashSet and HashMap, and features such as depend, undepend, layers, and several remove strategies.