polygon-client 0.1.1

Rust client library for polygon.io
Documentation
1
2
3
4
5
6
7
//! Client library for [polygon.io](https://www.polygon.io).
pub mod rest;
pub mod types;
pub mod websocket;

#[macro_use]
extern crate lazy_static;