A fast, safe, and efficient CBOR serialization library for Swift on any platform. swiftpackageindex.com/thecoolwinter/CBOR/1.1.1/documentation/cbor
atproto swift cbor

Fix Badge in README

authored by

Khan Winter and committed by
GitHub
3176d219 1c843bf1

+5 -3
+5 -3
README.md
··· 3 3 <h1 align="center">CBOR</h1> 4 4 </p> 5 5 6 - <div align="center"> 7 - <a href="">![CI Status](https://img.shields.io/github/actions/workflow/status/thecoolwinter/CBOR/ci.yml)</a> 8 - </div> 6 + <p align="center"> 7 + <a aria-label="CI Status" href="" target="_blank"> 8 + <img alt="" src="https://img.shields.io/github/actions/workflow/status/thecoolwinter/CBOR/ci.yml"> 9 + </a> 10 + </p> 9 11 10 12 [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. 11 13