Skip to content
forked from galdor/erl-cbor

An implementation of the CBOR data encoding format in Erlang.

License

Notifications You must be signed in to change notification settings

miniclip/erl_cbor

 
 

Repository files navigation

erl_cbor GitHub Actions CI

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.

Versioning, changelog, migration guide and README

This project adheres to Semantic Versioning.

The format of CHANGELOG.md is based on Keep a Changelog.

Breaking changes are documented under MIGRATION.md.

The format of README.md is based on Make a README.

Documentation

A handbook is available in the doc directory.

About

An implementation of the CBOR data encoding format in Erlang.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Erlang 98.4%
  • Makefile 1.6%