Closed davnavr closed 1 year ago
Adds an std feature that toggles #[no_std] support, replacing usage of std:: with core:: where applicable.
std
#[no_std]
std::
core::
Closes #2.
Thanks for the PR!
Adds an
std
feature that toggles#[no_std]
support, replacing usage ofstd::
withcore::
where applicable.Closes #2.