Skip to content

v0.3.0

Latest

Choose a tag to compare

@PoHsuanLai PoHsuanLai released this 03 Mar 17:46

no_std support.

Changed

  • Switch to #![no_std] with alloc — works on embedded and WASM targets
  • Replace std::collections::HashMap with hashbrown
  • Replace std math functions with libm
  • Use serde with default-features = false