Native Swift library for BSON (http://bsonspec.org)
BSON is a native Swift library for parsing and generating BSON data according to the BSON specification, designed for use in server-side Swift applications. The library performs on-demand parsing of binary data to minimize unnecessary copies and is compliant with the full BSON 1.1 specification test suite. It is built with Swift and integrates with SwiftNIO, and is distributed via the Swift Package Manager. The project is maintained by orlandos-nl and includes support for encoding and decoding Swift types through its BSONEncoder and BSONDecoder implementations.