-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP sqlite * add currencies table * currencies module * forex rates db * WIP db * openhands script * openhands add currency tests * ignore coverage * improve tests * add cargo fmt hook * fix fmt warning * cargo update * store forex in database * style: ran cargo fmt * stocurrencies in database * wip restructure * restructure * style: ran cargo fmt * restructure * style: ran cargo fmt * restructure
- Loading branch information
Showing
29 changed files
with
2,930 additions
and
1,187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,5 +32,6 @@ tmp/ | |
.direnv | ||
.direnv/* | ||
|
||
output/* | ||
# output/* | ||
.DS_Store | ||
coverage/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
max_width = 100 | ||
tab_spaces = 4 | ||
edition = "2021" | ||
use_field_init_shorthand = true |
Oops, something went wrong.