bitpanda-csv
About bitpanda-csv 🐼
bitpanda-csv is a Rust library to parse the Bitpanda trades exported as CSV from your trades history.
Get started 🏁
Add bitpanda-csv to your Cargo.toml 🦀
= "^0.2"
Parse CSV
use ;
use File;
Parser CSV (async)
Add to your Cargo.toml the async
feature.
If you don't need the sync stuff, you can disable the default features then.
use ;
use File;
use BufReader;
async
Documentation 📚
The developer documentation can be found on Rust Docs at https://docs.rs/bitpanda-csv
Support the developer ☕
If you like bitpanda-csv and you're grateful for the work I've done, please consider a little donation 🥳
You can make a donation with one of these platforms:
Contributing and issues 🤝🏻
Contributions, bug reports, new features and questions are welcome! 😉 If you have any question or concern, or you want to suggest a new feature, or you want just want to improve bitpanda-csv, feel free to open an issue or a PR.
Please follow our contributing guidelines
Changelog ⏳
View bitpanda-csv's changelog HERE
License 📃
bitpanda-csv is licensed under the MIT license.
You can read the entire license HERE