no_std support.
Changed
- Switch to
#![no_std]withalloc— works on embedded and WASM targets - Replace
std::collections::HashMapwithhashbrown - Replace
stdmath functions withlibm - Use
serdewithdefault-features = false
no_std support.
#![no_std] with alloc — works on embedded and WASM targetsstd::collections::HashMap with hashbrownstd math functions with libmserde with default-features = false