README.md

# CozyKV

[![CI](https://github.com/cozy-elixir/cozy_kv/actions/workflows/ci.yml/badge.svg)](https://github.com/cozy-elixir/cozy_kv/actions/workflows/ci.yml)
[![Hex.pm](https://img.shields.io/hexpm/v/cozy_kv.svg)](https://hex.pm/packages/cozy_kv)

Validates data containing key-value pairs.

## Installation

Add `:cozy_kv` to the list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:cozy_kv, <requirement>}
  ]
end
```

## Usage

For more information, see the [documentation](https://hexdocs.pm/cozy_kv).

## License

[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0)