Update README.md

This commit is contained in:
dany 2024-02-28 15:25:46 +01:00
parent e4f4316305
commit 18dbfa1740

View File

@ -1,3 +1,6 @@
# nerr
# RO: Result and Option for C++
C++ class templates that implement Result<T,E> and Option<U> class families that facilitate Error and Null value handling.
This implementation is inspired by the Rust language.
C++ Library provides generic way to handle null or error values