finlight-client 0.1.1

Official Rust client for the finlight.me API — financial news with sentiment analysis, entity recognition, and real-time streaming
Documentation
1
2
3
4
/// Client identifier sent to the server in the `x-client-version` and
/// `User-Agent` headers.
pub(crate) const CLIENT_VERSION: &str =
    concat!("rust/finlight-client-rust@", env!("CARGO_PKG_VERSION"));