dexcost 0.8.0

Agent Unit Economics SDK for Rust — track end-to-end business-task costs for AI agents.
Documentation
1
2
3
4
5
6
7
8
#[cfg(feature = "axum-middleware")]
pub mod axum;

#[cfg(feature = "tower-middleware")]
pub mod tower;

#[cfg(feature = "actix-middleware")]
pub mod actix;