# neothxt/codableoptionset

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/neothxt-codableoptionset).**

5 stars · 0 forks · Swift · Apache-2.0

## Links

- GitHub: https://github.com/neothXT/CodableOptionSet
- awesome-repositories: https://awesome-repositories.com/repository/neothxt-codableoptionset.md

## Description

CodableOptionSet allows you to easily make your OptionSets conform to Codable and automatically cover init(from decoder: Decoder) and encode(to encoder: Encoder) for you. All you need to do is to add @EasilyCodableOptionSet to your OptionSet.

## Tags

### Part of an Awesome List

- [Model and Data Macros](https://awesome-repositories.com/f/awesome-lists/devtools/model-and-data-macros.md) — Adds Codable conformance to OptionSet types.
