Skip to content

0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Jan 07:45
· 2 commits to main since this release
68d78c9
image

Features

  • Separate the library pugio-lib which 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 i of the dependent enables a feature j of the dependency, denoted by i(j).

Full Changelog: 0.2.0...0.3.0