Skip to content

reiver/go-rfc8949

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-rfc8949

Package rfc8949 provides low-level primatives for CBOR (Concise Binary Object Representation) as defined by IETF RFC-8949 including many of the extended CBOR tags, for the Go programming language.

For a more higher-level implementation of CBOR, use: http://github.com/reiver/go-cbor

Documention

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

GoDoc

Import

To import package rfc8949 use import code like the following:

import "github.com/reiver/go-rfc8949"

Installation

To install package rfc8949 do the following:

GOPROXY=direct go get github.com/reiver/go-rfc8949

Author

Package rfc8949 was written by Charles Iliya Krempeaux

About

Package rfc8949 provides low-level primatives for CBOR (Concise Binary Object Representation) as defined by IETF RFC-8949, for the Go programming language.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages