Add package moveiterators (#2767)

This commit is contained in:
sls1005 2023-12-07 23:24:32 +08:00 committed by GitHub
parent ac2b6a176a
commit a219c0211b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32093,6 +32093,17 @@
], ],
"description": "Bindings for Whisper.cpp", "description": "Bindings for Whisper.cpp",
"license": "MIT", "license": "MIT",
"url": "https://github.com/maleyva1/whisper", "url": "https://github.com/maleyva1/whisper"
}, },
{
"name": "moveiterators",
"url": "https://github.com/sls1005/moveiterators",
"method": "git",
"tags": [
"iterator"
],
"description": "Special iterators that use move semantics",
"license": "MIT",
"web": "https://github.com/sls1005/moveiterators"
}
] ]