https://github.com/bit4bit/toxico
Elixir Tox connection library
https://github.com/bit4bit/toxico
Last synced: 5 months ago
JSON representation
Elixir Tox connection library
- Host: GitHub
- URL: https://github.com/bit4bit/toxico
- Owner: bit4bit
- License: mit
- Created: 2021-06-20T02:25:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-06T02:13:36.000Z (almost 5 years ago)
- Last Synced: 2025-11-21T19:31:33.375Z (8 months ago)
- Language: C
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Toxico
Toxico bindings for ctox-core using Unifex.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `toxico` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:toxico, "~> 0.1.0"}
]
end
```
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/toxico](https://hexdocs.pm/toxico).