README.md
# Carbon
User library for phoenix and elixir.

## Installation
Carbon is [available in Hex](https://hex.pm/packages/carbon), and can be installed as:
1. Add `carbon` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:carbon, "~> 0.1.0"}]
end
```
2. Ensure `carbon` is started before your application:
```elixir
def application do
[applications: [:carbon]]
end
```
## Contributing
Contributions are welcome! We love you if you send a PR with some tests.
## License
Copyright (c) 2016, al-razi.
Apache 2 License.