An umbrella module providing a BSON parser, encoder, and decoder.
Models the BSON type system and the binary interface of the BSON serialization format.
Implements the packed binary array system.
Implements the BSON decoding system.
Implements the BSON encoding system.
This module contains tools for inspecting, canonicalizing, and comparing BSON for equality.
An overlay module providing BSONEncodable and BSONDecodable conformances for the types in the ISO module.
An overlay module providing BSONEncodable and BSONDecodable conformances for the UUID type.