jquants-api-client 0.1.0

A Rust client for the J-Quants API, providing seamless access to financial data.
Documentation
1
2
3
4
5
6
7
//! Shared module for the APIs.

pub mod auth;
pub(crate) mod deserialize_utils;
pub mod responses;
pub mod traits;
pub mod types;