aeron-glide 0.1.3

Safe, idiomatic Rust wrapper for the Aeron C++ API via cxx
Documentation
1
2
3
4
5
6
7
8
9
#pragma once

// We need to include Aeron.h, but we must hide the methods in Subscription
// that return std::shared_ptr<std::vector<Image>> because autocxx
// does not support std::shared_ptr containing std::vector.

#define AERON_HIDE_UNSUPPORTED_METHODS 1

#include "Aeron.h"