1 2 3 4 5
//! CoinGecko data models. //! //! Re-exports canonical type from `crate::models::crypto`. pub use crate::models::crypto::CoinQuote;