Skip to main content

descartes_tower/
lib.rs

1//! Tower middleware integration for DES.
2//!
3//! This crate provides Tower `Service` adapters and DES-aware middleware layers.
4//! It is designed to be used with `des-tokio` (install the runtime on the
5//! simulation before executing).
6
7pub mod tower;
8
9pub use tower::*;