tkaitchuck / constrandom

Macro to generate random constants in Rust https://xkcd.com/221/
Apache License 2.0
73 stars 14 forks source link

Add back #![no_std] #31

Closed schungx closed 11 months ago

schungx commented 11 months ago

Issue https://github.com/tkaitchuck/aHash/issues/155

schungx commented 11 months ago

@tkaitchuck would you kindly spend some time to review this PR? I believe the line is deleted by mistake and is preventing building for no-std. Thanks!

tkaitchuck commented 11 months ago

@schungx Closing in favor of #30 which appears to be identical