BSON Library#
The BSON library is divided into three main components:
BSON reading with
bson_viewandbson_iteratorBSON document allocation and ownership with
bson_docBSON modification via
bson_mut
The BSON library is divided into three main components:
BSON reading with bson_view and bson_iterator
BSON document allocation and ownership with bson_doc
BSON modification via bson_mut