Skip to main content

alice_core/
lib.rs

1//! Alice core domain layer.
2//!
3//! Pure domain types, port traits, and service logic with zero adapter
4//! dependencies. This is the innermost hexagonal layer.
5
6/// Local memory subsystem.
7pub mod memory;