No Description

Ugorji Nwoke c476cf2bad codec: some overflow and 0-length container fixes, and cbor tests. 11 years ago
codec c476cf2bad codec: some overflow and 0-length container fixes, and cbor tests. 11 years ago
LICENSE 43d0291d72 Add LICENSE file 12 years ago
README.md 9966a02b69 Updated README to refer to binc/msgpack, gofmt'ed sources, and updated to v0.3.0 of binc spec 12 years ago
msgpack.org.md 6289abca10 codec: updated docs to reflect the correct API for client codec 12 years ago

README.md

go

Collection of Open-Source Go libraries and tools.

Codec

Codec is a High Performance and Feature-Rich Idiomatic encode/decode and rpc library for msgpack and Binc.

Online documentation is at [http://godoc.org/github.com/ugorji/go/codec].

Install using:

go get github.com/ugorji/go/codec