README.md
# ExSCTP
[](https://hex.pm/packages/ex_sctp)
[](https://hexdocs.pm/ex_sctp)
[](https://github.com/elixir-webrtc/ex_scttp/actions/workflows/ci.yml)
[](https://codecov.io/gh/elixir-webrtc/ex_sctp)
Elixir wrapper for [`sctp_proto`](https://docs.rs/sctp-proto/latest/sctp_proto/) library.
## Installation
Add `ex_sctp` to dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_sctp, "~> 0.1.2"}
]
end
```
Please note that `ex_sctp` requires you to have Rust installed in order to compile.