BSON Library#
The BSON library is divided into three main components:
BSON reading with
bson_view
andbson_iterator
BSON document allocation and ownership with
bson_doc
BSON 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