Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.
/ erl-cbor Public archive

An implementation of the CBOR data encoding format in Erlang.

License

Notifications You must be signed in to change notification settings

galdor/erl-cbor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project

This repository contains an Erlang library implementing the CBOR data encoding format defined in RFC 7049.

In the current state, the library supports:

  • Encoding of various kinds of Erlang values, with special constructions for tagged values.
  • Decoding of all CBOR value types, including indefinite length sequences.
  • Interpretation of various tagged data to suitable Erlang values.
  • A way to customize how tagged CBOR values are interpreted to Erlang values.
  • A configurable depth limit to protect against extremely deep data structures.

Documentation

A handbook is available in the doc directory.

Contact

If you find a bug or have any question, feel free to open a GitHub issue or to contact me by email.

Please note that I do not currently review or accept any contribution.

About

An implementation of the CBOR data encoding format in Erlang.

Resources

License

Stars

Watchers

Forks

Packages

No packages published