readmes: vibed

This commit is contained in:
nym21
2025-08-13 00:52:23 +02:00
parent 5f8de8e756
commit 00c316c35d
29 changed files with 920 additions and 524 deletions
+1
View File
@@ -74,6 +74,7 @@ pub struct Config {
/// DEV: Activate checking address hashes for collisions when indexing, default: false, saved
#[serde(default, deserialize_with = "default_on_error")]
#[arg(skip)]
check_collisions: Option<bool>,
}