Closed tnull closed 11 months ago
There is no fundamental reason why this crate should always require std. We should at least try to add no_std support.
std
no_std
On this note, we should replace the std feature on the chrono dependency with alloc, as it's sufficient.
chrono
alloc
There is no fundamental reason why this crate should always require
std
. We should at least try to addno_std
support.