Skip to main content

README.md

# Texture

<!-- rdmx :badges
    hexpm         : "texture?color=4e2a8e"
    github_action : "lud/texture/elixir.yaml?label=CI&branch=main"
    license       : texture
    -->
[![hex.pm Version](https://img.shields.io/hexpm/v/texture?color=4e2a8e)](https://hex.pm/packages/texture)
[![Build Status](https://img.shields.io/github/actions/workflow/status/lud/texture/elixir.yaml?label=CI&branch=main)](https://github.com/lud/texture/actions/workflows/elixir.yaml?query=branch%3Amain)
[![License](https://img.shields.io/hexpm/l/texture.svg)](https://hex.pm/packages/texture)
<!-- rdmx /:badges -->

A collection of structured text parsers used by [JSV](https://github.com/lud/jsv) and [OAS Kit](https://github.com/lud/oaskit).

## Installation

<!-- rdmx :app_dep vsn:$app_vsn -->
```elixir
defp deps do
  [
    {:texture, "~> 1.0"},
  ]
end
```
<!-- rdmx /:app_dep -->