Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/reiver/go-cbor
- Owner: reiver
- License: mit
- Created: 2024-09-16T15:50:32.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-19T17:13:36.000Z (4 months ago)
- Last Synced: 2024-11-25T05:42:38.613Z (about 1 month ago)
- Topics: cbor, cbor-decoder, cbor-encoder, cbor-library, concise-binary-object-representation, rfc-8949
- Language: Go
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)