global: snapshot

This commit is contained in:
nym21
2026-01-12 16:19:23 +01:00
parent 1484eae53c
commit b675b70067
20 changed files with 11573 additions and 6489 deletions

View File

@@ -13,7 +13,7 @@ Single dependency to access any BRK component. Enable only what you need via fea
brk = { version = "0.1", features = ["query", "types"] }
```
```rust
```rust,ignore
use brk::query::Query;
use brk::types::Height;
```