- Add
static_ubig!
andstatic_ibig!
macros to support static integer creation (#38). - Add
static_fbig!
macro to support static float numbers creation. - Add
static_rbig!
macro to support static rational numbers creation.
- Remove the
embedded
feature (#18).
- Fix the problem of
ibig
andrbig
using incorrect crate names.
- Now only numbers that fit in
u32
s can be created in a const context. (Previously any numbers fit inDoubleWord
s is permitted.) - Add feature
embedded
to improve ergonomics when embedded in thedashu
meta crate.
- Support creating integers and floats from literals.