mongodb / bson-rust

Encoding and decoding support for BSON in Rust
MIT License
400 stars 132 forks source link

add decimal128 to string function #403

Closed Wenyi1995 closed 1 year ago

abr-egn commented 1 year ago

Hi!

Thank you for the contribution! Coincidentally, we're already working on support for reading and writing decimal128 values as human-readable strings, so we have an implementation of this logic already - this will go out with the next release.