Added package safeseq (#2596)

This commit is contained in:
Avahe Kellenberger 2023-05-11 01:31:39 -04:00 committed by GitHub
parent 66ac20654e
commit 718123e5f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30159,5 +30159,18 @@
"description": "Cross-platform gamepad driver",
"license": "MIT",
"web": "https://github.com/konsumer/nim-gamepad"
},
{
"name": "safeseq",
"url": "https://github.com/avahe-kellenberger/safeseq",
"method": "git",
"tags": [
"seq",
"iteration",
"remove"
],
"description": "Seq that can safely add and remove elements while iterating.",
"license": "GPL-2.0-only",
"web": "https://github.com/avahe-kellenberger/safeseq"
}
]