cbor

Concise Binary Object Representation decoder

Pure Nim score 30/100 · tests present · docs generated

Summary

Latest Version Unknown
License Unlicense
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:24

Installation

nimble install cbor
choosenim install cbor
git clone https://git.sr.ht/~ehmry/nim_cbor

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
cbor - - - - - - -

Source

Repository https://git.sr.ht/~ehmry/nim_cbor
Homepage https://git.sr.ht/~ehmry/nim_cbor
Documentation View Documentation
Registry Source nimble_official

README

CBOR

A library for encoding and decoding CBOR. The library is structured in a way that optimizes encoding and decoding streams rather than rendering objects in memory.

If you have suggestions for API improvements please let me know. I do not have a strong opinion on how this library should be operated.

See the package documentation and the bignum module for more information.

Issue tracker: https://todo.sr.ht/~ehmry/nim_cbor