rrevenantt / better_any

Better type id and Any for Rust
Apache License 2.0
11 stars 5 forks source link

`no_std` support #5

Open aj3n opened 1 year ago

aj3n commented 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.

Maybe add a default std feature for this crate is an proper solution?