You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
# resultutils
2
-
[resultutils](https://github.com/nonnil/resultutils) to make [Result](https://github.com/arnetheduck/nim-result) handling easier.
1
+
# resultsutils
2
+
[resultutils](https://github.com/nonnil/resultsutils) to make [Result](https://github.com/arnetheduck/nim-result) handling easier.
3
3
4
4
inspired by [optionsutils](https://github.com/PMunch/nim-optionsutils).
5
5
@@ -22,15 +22,15 @@ let hiNim: string = match greet "Nim":
22
22
assert hiNim == "hi, Nim"
23
23
```
24
24
25
-
more code examples can be found [here](https://github.com/nonnil/resultutils/tree/main/tests)
25
+
more code examples can be found [here](https://github.com/nonnil/resultsutils/tree/main/tests)
0 commit comments