cgko 0.1.4

Unofficial Rust client for the CoinGecko API (cgko)
Documentation
1
2
3
4
5
6
7
//! Global and general data endpoints

mod api;
mod types;

pub use api::GlobalApi;
pub use types::*;