diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..41abb9c2d7a9f10dcab0004872609a726a2abac9 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# `evy::result<T, E>` + +Implementation of a result type which either holds a value of type T or an error of type E \ No newline at end of file