···33 <h1 align="center">CBOR</h1>
44</p>
5566-<div align="center">
77- <a href=""></a>
88-</div>
66+<p align="center">
77+ <a aria-label="CI Status" href="" target="_blank">
88+ <img alt="" src="https://img.shields.io/github/actions/workflow/status/thecoolwinter/CBOR/ci.yml">
99+ </a>
1010+</p>
9111012[CBOR](https://cbor.io/) is a flexible data format that emphasizes extremely small code size, small message size, and extendability. This library provides a Swift API for encoding and decoding Swift types using the CBOR serialization format.
1113