Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 861 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 861 Bytes

bson

build-img pkg-img version-img

Package implements BSON encoding and decoding in Go. See https://bsonspec.org/spec.html

Features

  • Simple API.
  • Dependency-free.
  • Optimized for speed.
  • Clean and tested code.

See docs for more details.

Install

Go version 1.18+

go get github.com/cristalhq/bson

Example

TODO

See examples: example_test.go.

License

MIT License.