libaeron-sys 1.51.0

Rust bindings for the Aeron Client
1
2
3
4
5
6
7
# libaeron-sys

[![github-ci](https://github.com/bspeice/libaeron-sys/actions/workflows/ci.yml/badge.svg)](https://github.com/bspeice/libaeron-sys/actions/workflows/ci.yml)
[![libaeron-sys docs.rs](https://docs.rs/libaeron-sys/badge.svg)](https://docs.rs/libaeron-sys/)

Rust bindings for the [Aeron](https://github.com/aeron-io/aeron) C client [API](https://github.com/aeron-io/aeron/tree/master/aeron-client). Note that this crate does not intend to provide an idiomatic client API, but instead acts as a foundation for other clients to build on top of.