Open aj3n opened 1 year ago
Hi, I'm using better_any in no_std (with alloc) environment, but currently better_any won't work in such environment.
better_any
no_std
alloc
Maybe add a default std feature for this crate is an proper solution?
std
Hi, I'm using
better_any
inno_std
(withalloc
) environment, but currentlybetter_any
won't work in such environment.Maybe add a default
std
feature for this crate is an proper solution?