README.md

# Texture

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

## Installation

```elixir
def deps do
  [
    {:texture, "~> 0.1.0"}
  ]
end
```