This commit is contained in:
2026-04-17 18:55:25 +02:00
commit d6a33a7fcb
16 changed files with 580 additions and 0 deletions

22
khbb_lib/TODO.md Normal file
View File

@@ -0,0 +1,22 @@
<!-- file: khbb_lib/TODO.md -->
# khbb_lib TODO
## Foundation
- [x] create public library entrypoint
- [x] create explicit error type
- [x] create config loader
- [x] create tracing bootstrap
- [x] create listener app runner
## Next
- [ ] add storage layer
- [ ] add SQLite schema bootstrap
- [ ] add HTTP RPC client layer based on `reqwest`
- [ ] add WebSocket RPC client layer based on `tokio-tungstenite`
- [ ] add Yellowstone gRPC client layer
- [ ] add event normalization types
- [ ] add listener orchestration
- [ ] add tests