2018-09-08 02:39:41 -04:00
|
|
|
[![Sourcegraph](https://sourcegraph.com/github.com/ugorji/go/-/badge.svg?v=2)](https://sourcegraph.com/github.com/ugorji/go/-/tree/codec)
|
|
|
|
[![Build Status](https://travis-ci.org/ugorji/go.svg?branch=master)](https://travis-ci.org/ugorji/go)
|
|
|
|
[![codecov](https://codecov.io/gh/ugorji/go/branch/master/graph/badge.svg?v=2)](https://codecov.io/gh/ugorji/go)
|
|
|
|
[![GoDoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](http://godoc.org/github.com/ugorji/go/codec)
|
|
|
|
[![rcard](https://goreportcard.com/badge/github.com/ugorji/go/codec?v=2)](https://goreportcard.com/report/github.com/ugorji/go/codec)
|
|
|
|
[![License](http://img.shields.io/badge/license-mit-blue.svg?style=flat-square)](https://raw.githubusercontent.com/ugorji/go/master/LICENSE)
|
|
|
|
|
2017-03-06 04:17:55 -05:00
|
|
|
# go/codec
|
|
|
|
|
|
|
|
This repository contains the `go-codec` library,
|
|
|
|
a High Performance and Feature-Rich Idiomatic encode/decode and rpc library for
|
|
|
|
|
|
|
|
- msgpack: https://github.com/msgpack/msgpack
|
|
|
|
- binc: http://github.com/ugorji/binc
|
|
|
|
- cbor: http://cbor.io http://tools.ietf.org/html/rfc7049
|
|
|
|
- json: http://json.org http://tools.ietf.org/html/rfc7159
|
|
|
|
|
|
|
|
For more information:
|
|
|
|
|
|
|
|
- [see the codec/Readme for quick usage information](https://github.com/ugorji/go/tree/master/codec#readme)
|
|
|
|
- [view the API on godoc](http://godoc.org/github.com/ugorji/go/codec)
|
|
|
|
- [read the detailed usage/how-to primer](http://ugorji.net/blog/go-codec-primer)
|
|
|
|
|
|
|
|
Install using:
|
|
|
|
|
|
|
|
go get github.com/ugorji/go/codec
|
|
|
|
|
2018-09-08 02:39:41 -04:00
|
|
|
TODO:
|
|
|
|
|
|
|
|
- [ ] 2018-03-12 - Release v1.1.1 containing 32-bit fixes
|
|
|
|
|