Skip to main content

shadowforge_lib/
lib.rs

1//! shadowforge — quantum-resistant steganography toolkit.
2//!
3//! Collapsed Hexagonal / DDD-lite architecture.
4//! All bounded contexts live under `domain/`.
5
6pub mod adapters;
7pub mod application;
8pub mod domain;
9pub mod interface;