Skip to content

Optimize the dependency size of each crate #422

Description

@CGodiksen

The current dependencies are somewhat optimized to avoid large external dependencies and to avoid dependencies when functionality can be implemented without it, but the large amount of cross-dependencies between crates has a large cost in the size of the binaries.

We should try to optimize the crate structure and the external dependencies to minimize the size of the resulting binaries.

Metadata

Metadata

Assignees

No one assigned

    Labels

    refactorReduce or simplify existing code

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions