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

Default to "std" feature #102

Closed daym closed 1 year ago

daym commented 1 year ago

Right now, our default feature list is empty. That means the std feature is disabled.

In the rest of Rust, it's customary to do it the other way around.

So it would be nice to have the default feature list be ["std"] and have the user default_features = false if they want no_std.