README.md
# ExIbus
[![Hex pm](http://img.shields.io/hexpm/v/ex_ibus.svg?style=flat)](https://hex.pm/packages/ex_ibus) [![hex.pm downloads](https://img.shields.io/hexpm/dt/ex_ibus.svg?style=flat)](https://hex.pm/packages/ex_ibus)
Ibus protocol Message/Reader for working with cars
[Documentation](https://hexdocs.pm/ex_ibus/api-reference.html) available on hex.pm
## Installation
First add `ex_ibus` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_ibus, "~> 0.1.0"}
]
end
```
Then run `$ mix deps.get`.
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/ex_ibus](https://hexdocs.pm/ex_ibus).
## License
```
Copyright © 2017 Konstantin Zolotarev
This work is free. You can redistribute it and/or modify it under the
terms of the MIT License. See the LICENSE file for more details.
```