dexcost 0.2.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
9
pub mod compute_wrap;
pub mod gpu_wrap;
pub mod http;
pub mod lambda;
pub mod netbytes;
pub mod network_accountant;

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