Go to file
Jacob Kiers 54cec9ac04 Refactor to use one module per concept
This makes code navigation easier.

Signed-off-by: Jacob Kiers <code@kiers.eu>
2024-02-29 21:41:11 +01:00
examples Refactor to use one module per concept 2024-02-29 21:41:11 +01:00
src Refactor to use one module per concept 2024-02-29 21:41:11 +01:00
.gitignore we are a lib now. uncommit Cargo.lock 2020-10-25 10:05:03 +01:00
Cargo.toml Update confy to show the configuration path 2024-02-29 19:53:21 +01:00
README.md Add a README.md file 2024-02-29 20:39:49 +01:00

bunq-rs

bunq-rs is a Rust wrapper around the bunq API.

It is configured (with confy) by creating a bunq-rs.toml file in the OS configuration directory, and with the following contents:

api_key = '<bunq API key>'

The api will take care to update this file with all the requisite information.