-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: BSON
The bson package has grown too large and as such the documentation has become problematic. To ensure more concise documentation, split the bson package into two packages, bson and bsoncodec. The bson package will handle all bson functionality outside of encoding and decoding. The bsoncodec package handles all encoding and decoding functionality, including the Marshal* and Unmarshal* functions.