# Packages
No description provided by the author
# Functions
NewBSONParser instantiates a new BSON Parser with the given reader.
# Variables
ErrCorruptDocument is returned when the parser reaches a corrupt point within a BSON document.
ErrNilReader is returned when a nil reader is passed to NewBSONParser.
ErrUnknownSubtype is returned when the subtype of a binary node is undefined.