trussed-dev / trussed

Modern Cryptographic Firmware
https://trussed.dev
Apache License 2.0
405 stars 26 forks source link

Reorganize imports #160

Closed robin-nitrokey closed 5 months ago

robin-nitrokey commented 5 months ago

This patch removes some unnecessary qualifications, directly uses external dependencies instead of re-exports and removes some wildcard imports. The goal is to make the dependencies between modules clearer and refactoring easier.

This is a purely internal change that does not affect the public API.