finance-query 2.5.1

A Rust library for querying financial data
Documentation
1
2
3
4
5
//! News models.

mod scraped;

pub use scraped::News;