This crate would be great for my use case, except that it is #[no_std]. Given its simplicity, I was surprised that #[no_std] wasn't already supported, so I tried to add it... and it was amazingly easy.
Perhaps too easy. I am still learning the details of #[no_std] crates, so any feedback is welcome.
This crate would be great for my use case, except that it is
#[no_std]
. Given its simplicity, I was surprised that#[no_std]
wasn't already supported, so I tried to add it... and it was amazingly easy.Perhaps too easy. I am still learning the details of
#[no_std]
crates, so any feedback is welcome.