global: snapshot

This commit is contained in:
nym21
2025-02-27 12:32:54 +01:00
parent 677aca7a03
commit 877f9299e1
53 changed files with 259 additions and 203 deletions

View File

@@ -33,6 +33,12 @@ The Core (Structs and Errors) of the Bitcoin Research Kit.
> Status: ✅
### `brk_exit`
An exit blocker built on top of ctrlc.
> Status: ✅
### `brk_fetcher`
A Bitcoin price fetcher.
@@ -63,13 +69,7 @@ A server that serves Bitcoin data and swappable front-ends, built on top of brk_
> Status: ⚠️
### `hodor`
Hold the door, an exit blocker built on top of ctrlc.
> Status: ✅
### `storable_vec`
### `brk_vec`
A very small, fast, efficient and simple storable Vec.