# Texture
<!-- rdmx :badges
hexpm : "texture?color=4e2a8e"
github_action : "lud/texture/elixir.yaml?label=CI&branch=main"
license : texture
-->
[](https://hex.pm/packages/texture)
[](https://github.com/lud/texture/actions/workflows/elixir.yaml?query=branch%3Amain)
[](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.2"},
]
end
```
<!-- rdmx /:app_dep -->