Nitrokey / opcard-rs

OpenPGP card implementation
51 stars 1 forks source link

Use &Path instead of &str for constant paths #210

Closed robin-nitrokey closed 1 month ago

robin-nitrokey commented 1 month ago

This is already slightly more efficient and will be especially important once the string/path conversions in littlefs2 become fallible.