Skip to content

Releases: ruma/js_int

v0.1.1

04 Aug 11:59
Compare
Choose a tag to compare
  • Add doctests for every inherent method of Int and UInt
  • Fix buggy implementation of Int::saturating_mul
  • Add (optional) implementations of rocket::{FromFormValue, FromParam} (for rocket 0.4)

v0.1.0

04 Aug 11:59
Compare
Choose a tag to compare

Initial release containing the Int and UInt types, serde support and many of the methods that
std's integer types provide.