aeron 0.2.0

Aeron client library - fast messaging over UDP on Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod client_timeout_flyweight;
pub mod control_protocol_events;
pub mod correlated_message_flyweight;
pub mod counter_message_flyweight;
pub mod counter_update_flyweight;
pub mod destination_message_flyweight;
pub mod error_response_flyweight;
pub mod flyweight;
pub mod image_buffers_ready_flyweight;
pub mod image_message_flyweight;
pub mod operation_succeeded_flyweight;
pub mod publication_buffers_ready_flyweight;
pub mod publication_message_flyweight;
pub mod remove_message_flyweight;
pub mod subscription_message_flyweight;
pub mod subscription_ready_flyweight;
pub mod terminate_driver_flyweight;