oxidecomputer / amd-apcb

AMD Generic Encapsulated Software Architecture Platform Security Processor Configuration Block manipulation library
Mozilla Public License 2.0
13 stars 1 forks source link

Use more Rust idioms #119

Closed dancrossnyc closed 6 months ago

dancrossnyc commented 7 months ago

Use Monad-like operations on Option and Result<T, E> where applicable; use some of the iterator methods for e.g. searching, generally clean up a bit.