iterated fn + defer + retry

This commit is contained in:
JMARyA 2025-03-10 11:27:20 +01:00
parent c010cc13e8
commit 18c663fcdb
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
11 changed files with 678 additions and 65 deletions

1
Cargo.lock generated
View file

@ -167,6 +167,7 @@ version = "0.1.0"
dependencies = [
"proc-macro2",
"quote",
"rand",
"serde_json",
"syn",
]