mongodb / bson-rust

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

fix: export RawElement type #461

Closed tychoish closed 4 months ago

tychoish commented 4 months ago

Missed that exports had to be explicitly re-exported in #449.

tychoish commented 4 months ago

@abr-egn, I found this when trying to use this in addition to #462. I missed that the exports of symbols here needed to be explicit, so while you can use this, if you want to pass the iterator around explicitly, you can't because the symbol isn't exported.

abr-egn commented 4 months ago

Yup :) Isabel's taking a look at this.