descartes-tower 0.1.1

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

pub mod tower;

pub use tower::*;