3 releases
0.0.3 | Apr 9, 2019 |
---|---|
0.0.2 | Apr 8, 2019 |
0.0.1 | Apr 7, 2019 |
#107 in #dependencies
9KB
109 lines
depmap
: A dependency map manipulator
This is made for two reasons:
- I need it in
gdepm
(if you can't find it, I haven't published it yet) - I want others to use it
lib.rs
:
depmap
- Dependency map manipulation
Dependency maps are useful for any application that works with stuff that depends on other stuff.
Cyclic dependencies are found and handled.