aurelia 0.2.0

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

//! Internal platform services shared by Aurelia crates.
//!
//! This crate is not part of the public `aurelia` API. It owns process-level
//! invariants that multiple internal crates need to share, starting with the
//! dedicated Aurelia runtime.

#![allow(unused_imports, dead_code, clippy::module_inception)]

pub mod runtime;