trussed-dev / trussed

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

Replace &PathBuf with &Path #81

Closed robin-nitrokey closed 1 year ago

robin-nitrokey commented 1 year ago

In some cases, we currently use &PathBuf which should be replaced by &Path to avoid unnecessary allocations.