Update README.md
This commit is contained in:
parent
e4f4316305
commit
18dbfa1740
@ -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
|
Loading…
Reference in New Issue
Block a user