rust-ux/uX

Is the `std` feature necessary?

Closed this issue · 0 comments

It looks like the std feature only serves to choose between depending on core or std, without actually depending on any of the extra features of std. If only the features of core are being used, I think this could just be a no_std crate, since std crates can depend on no_std crates just fine.