Skip to content

v0.1.2

Choose a tag to compare

@softprops softprops released this 03 Jul 05:34
  • add RawBson.{into,from} to support converting RawBson to and from custom types
  • add Reader.readInto and Writer.writeFrom to support adapting to custom types
  • introduce bson.Owned type which Reader now returns. this allows returned bson to outlive the Reader instance that produced it