Taiwan Stock Exchange (TWSE) API
twstock is a library for fetching data from the Taiwan Stock Exchange (TWSE) API.
Behind the scenes, it uses the reqwest crate to make HTTP requests to their server.
Example:
use *;
async
Features:
serde: Enable serde supportnative-tls: Use the native-tls backendnative-tls-vendored: Use the native-tls backend with vendored OpenSSLrustls-tls: Use the rustls backend
Don't forget to disable default features if you want to use a specific TLS backend.