Expand description
Rust client for the Fio banka REST API. Provides a small synchronous interface and helpers for parsing JSON statements into typed domain models.
Re-exports§
pub use client::AccountStatementFmt;pub use client::Client;pub use client::LastStatementInfo;pub use client::StatementData;pub use client::TransactionReportFmt;pub use error::ApiError;pub use error::FioError;pub use models::AccountInfo;pub use models::Transaction;