- Update
RawBson.intoto return a fully copy of the data to avoid issues with callers deinitializing the underlying data.
- correct
RawBson.intoissue with optional typed fields when present
- add
RawBson.{into,from}to support converting RawBson to and from custom types - add
Reader.readIntoandWriter.writeFromto support adapting to custom types - introduce
bson.Ownedtype whichReadernow returns. this allows returned bson to outlive theReaderinstance that produced it
- Upgrade to zig 0.13.0. No breaking changes.
- basic read/write functionality works