rust-ux / uX

Non standard integer types like `u7`, `u9`, `u10`, `u63`, `i7`, `i9`
Apache License 2.0
119 stars 37 forks source link

Is the `std` feature necessary? #30

Closed Liamolucko closed 1 year ago

Liamolucko commented 2 years ago

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.