Add a std
feature for toggling no_std
support
#101
Labels
enhancement
New feature or request therefor
std
feature for toggling no_std
support
#101
The library currently uses the following features that are not in
core
:Error
trait (but see MoveError
trait into core rust-lang/project-error-handling#3)thiserror
will have to be dropped as a dependencystr.to_ascii_lowercase()
std::time::{SystemTime, UNIX_EPOCH}
The binary will require
std
.The text was updated successfully, but these errors were encountered: