aurelia 0.2.0

Embeddable service mesh for Rust distributed applications.
Documentation
1
2
3
4
5
6
7
8
9
10
// This file is part of the Aurelia workspace.
// SPDX-FileCopyrightText: 2026 Zivatar Limited
// SPDX-License-Identifier: Apache-2.0

mod inbound;
mod outbound;

pub use inbound::{InboundInsertOutcome, InboundRingBuffer};
pub(crate) use outbound::TryPushAvailable;
pub use outbound::{ChunkWriteLease, OutboundRingBuffer};