Commit 093a22a
refactor: switch to
* Mathious6/feat/devcontainer (#1)
* chore: add devcontainer configuration for Rust development
* chore: format Cargo.toml files with `Even Better TOML`
* chore: add rust-toolchain configuration for stable channel with rustfmt and clippy
* chore: include custom container name
* chore: add GitHub Actions extension to devcontainer
* chore: migrate from log to tracing for logging, update dependencies, and clean up unused packages
* refactor: replace log with tracing for debug statements in transfer module
* refactor: reorganize module imports and enhance settings management
* refactor: remove redundant write operation in save_settings function
* refactor: replace log debug statements with tracing in transfer module
* refactor: remove tracing-appender dependency and simplify logger initialization
* chore: remove .devcontainer entry from .gitignore
* chore: update Cargo.toml formatting and enhance devcontainer configuration
---------
Co-authored-by: Anthony <manikhouth.anthony@gmail.com>tracing with structured JSON logs (#48)1 parent b56e362 commit 093a22a
13 files changed
Lines changed: 202 additions & 388 deletions
File tree
- .devcontainer
- src
- bourso_api
- src/client
- trade
- transfer
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
0 commit comments