README.md
# Membrane Multimedia Framework: Common C Routines
[![CircleCI](https://circleci.com/gh/membraneframework/membrane_common_c.svg?style=svg)](https://circleci.com/gh/membraneframework/membrane_common_c)
[![Hex.pm](https://img.shields.io/hexpm/v/membrane_common_c.svg)](https://hex.pm/packages/membrane_common_c)
[![API Docs](https://img.shields.io/badge/api-docs-yellow.svg?style=flat)](https://hexdocs.pm/membrane_common_c/)
This package provides useful C routines common to multiple elements utilizing native modules.
It is part of the [Membrane Framework](https://membraneframework.org/).
API documentation is available at [HexDocs](https://hexdocs.pm/membrane_common_c/).
The following [Bundlex](https://hex.pm/packages/bundlex) dependencies are exported:
* `membrane` - helpers, logging functions and macros
* `membrane_ringbuffer` - supplies ringbuffer utility
The source code is available at [GitHub](https://github.com/membraneframework/membrane_common_c).
## Installation
The package can be installed by adding `membrane_common_c` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:membrane_common_c, "~> 0.14.0"}
]
end
```
Copyright 2018, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane)
[![Software Mansion](https://logo.swmansion.com/logo?color=white&variant=desktop&width=200&tag=membrane-github)](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane)