akshare 0.1.1

100% pure Rust implementation of akshare — unified access to Chinese and global financial market data APIs
Documentation
1
2
3
4
5
//! Commodity data: energy (oil, carbon), spot prices.

pub mod carbon;
pub mod energy;
pub mod spot;