Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/reiver/go-cbor

Package cbor implements encoding and decoding of CBOR (Concise Binary Object Representation) as defined by IETF RFC-8949, for the Go programming language.
https://github.com/reiver/go-cbor

cbor cbor-decoder cbor-encoder cbor-library concise-binary-object-representation rfc-8949

Last synced: about 1 month ago
JSON representation

Package cbor implements encoding and decoding of CBOR (Concise Binary Object Representation) as defined by IETF RFC-8949, for the Go programming language.

Awesome Lists containing this project

README

        

# go-cbor

Package **cbor** implements encoding and decoding of CBOR (Concise Binary Object Representation) as defined by [IETF RFC-8949](https://datatracker.ietf.org/doc/html/rfc8949), for the Go programming language.

## Documention

Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-cbor

[![GoDoc](https://godoc.org/github.com/reiver/go-cbor?status.svg)](https://godoc.org/github.com/reiver/go-cbor)

## Import

To import package **cbor** use `import` code like the following:
```
import "github.com/reiver/go-cbor"
```

## Installation

To install package **cbor** do the following:
```
GOPROXY=direct go get https://github.com/reiver/go-cbor
```

## Author

Package **cbor** was written by [Charles Iliya Krempeaux](http://reiver.link)