According to [BSON 1.1 Spec](http://bsonspec.org/spec.html), it introduced a new type `decimal128`. But currently Rust doesn't support `d128` type natively. Related links 1. `d128` crate: https://github.com/alkis/decimal 2. Official support RFC: https://github.com/rust-num/num/issues/8