- drop -flto because it doesn't seem to work on linux
- pass -flto=thin instead of -flto because the latter breaks gcc
- replace gcc with cc crate
- pass -flto to the cc compiler if supported
- update dependencies
- update dependencies
- status bitflags are moved from
decimal::NAME
todecimal::Status::NAME
- update dependencies
- nothing new added, marking as 1.0.0 as the api has reached maturity
- implement the Hash trait (thanks to Mark Edward Sinclair)
- serde support (thanks to Mark Edward Sinclair)
- add assignment operators (AddAssign, SubAssign, etc).
- add Into<OrdVar> for more ergonomic use when indexing an OrderedMap with a d128
- add ord_subset support to enable Eq and Ord for a subset of decimals
- works for big and little endian architectures
- add pow, log10, exp, ln
- add operator overloads
- rustc_serialize support
- initial release