fix: add base Option and Result implement, add unit tests

This commit is contained in:
DL
2024-02-27 17:57:44 +01:00
parent 596d84720b
commit 1664f86179
6 changed files with 399 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
test/test
.vscode