Skip to content
/ borat Public

CBOR encoding and decoding library supporting tags, integer object keys, and canonicalization

License

Notifications You must be signed in to change notification settings

britram/borat

Repository files navigation

Borat

Circle CI

Borat is a CBOR library for Go which supports a canonical representation.

The purpose of this library is to provide CBOR functionality for RAINS.

Supported features

  • Serialize and deserialize basic types: int, string, boolean, map[string]interface{}, map[int]interface{}, []interface{}, struct.
  • Support for Go struct tags to rename fields
  • Support for tagged structs in CBOR

About

CBOR encoding and decoding library supporting tags, integer object keys, and canonicalization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages