package
0.0.2
Repository: https://github.com/orijtech/mongo-go-driver.git
Documentation: pkg.go.dev

# 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.

# Structs

Parser is a BSON parser.