alpha_vantage_wrapper 0.2.4

A wrapper library for the Alpha Vantage API!
Documentation
1
2
3
4
5
6
use reqwest::Error;

#[tokio::main]
async fn main() -> Result<(), Error>{
    Ok(())
}