Features
- Separate the library
pugio-libwhich can be added as a dependency to your Rust project:pugio-lib is a library to generate, filter, and output dependency graphs of Rust projects,
for dependency visualisation such as bloat or security auditing. It is used as the backend of
the pugio CLI tool.
It provides traits such as coloring::Gradient, coloring::Values, and
template::Templating for full customisation of the generated graphs beyond only binary size
analysis. - Add edge sub-features, where a feature
iof the dependent enables a featurejof the dependency, denoted byi(j).
Full Changelog: 0.2.0...0.3.0