btctax-adapters 0.2.0

Exchange-CSV/XLSX parsers and bundled price data for the btctax Bitcoin tax ledger.
Documentation
1
2
3
4
5
//! Exchange-specific adapter implementations (ยง9).
pub mod coinbase;
pub mod gemini;
pub mod river;
pub mod swan;