result -> results (#2576)

* result -> results

* add options
This commit is contained in:
Jacek Sieka 2023-04-26 07:28:42 +02:00 committed by GitHub
parent b0675234a2
commit 48c992dcb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12847,17 +12847,24 @@
},
{
"name": "result",
"url": "https://github.com/arnetheduck/nim-result",
"alias": "results"
},
{
"name": "results",
"url": "https://github.com/arnetheduck/nim-results",
"method": "git",
"tags": [
"library",
"result",
"results",
"errors",
"functional"
"functional",
"option",
"options"
],
"description": "Friendly, exception-free value-or-error returns, similar to Option[T]",
"description": "Friendly value-or-error type",
"license": "MIT",
"web": "https://github.com/arnetheduck/nim-result"
"web": "https://github.com/arnetheduck/nim-results"
},
{
"name": "asciigraph",