//! # trade_vision: an unofficial Rust API for TradingView
//! trade_vision is a pure Rust, library for retrieving stock data from TradingView.
//!
//! ## Features
//! - Realtime data
//!
//! ## Acknowledgements
//! This library is a rewrite and reinterpretation of Mathieu's excellent [JS TradingView
//! API library](https://github.com/Mathieu2301/TradingView-API)
/// Contains modules for handling the events from TradingView. It manages
/// the setting up of the handlers and starting the session
pub use Error;
pub use session;