← All repos

BSON

Native Swift library for BSON (http://bsonspec.org)

bsonhacktoberfestmongodbserver-side-swiftswiftswift-nio
Browse cluster: Cluster 90
814commits
17contributors
1languages

Tech stack & purpose

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.

Languages

Swift
100.0%

Contributors