Closed japaric closed 1 year ago
the crate does not rely on libstd API so it's already no-std compatible. it only needs the #![no_std] attribute.
#![no_std]
the crate does not rely on libstd API so it's already no-std compatible. it only needs the
#![no_std]
attribute.