README.md

# Brix

A library for building structured systems.

## Installation

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