mongodb / bson-rust

Encoding and decoding support for BSON in Rust
MIT License
389 stars 130 forks source link

Implement From<&mut T> for Bson #452

Closed tyilo closed 5 months ago

tyilo commented 5 months ago

To match the From<&T> implementation.

abr-egn commented 5 months ago

Thanks for the contribution! This will be included in the 2.9.0 release next week.