//! Concrete computation implementations.
//!
//! Each computation implements the `DerivedComputation` trait from the parent module
//! to produce derived data from market data. The ComputationManager calls `compute()`
//! when relevant market events occur.
pub use PoolDepthComputation;
pub use SpotPriceComputation;
pub use TokenGasPriceComputation;