From 18dbfa1740877abce4a67e6f0715286a2688a4d1 Mon Sep 17 00:00:00 2001 From: dany Date: Wed, 28 Feb 2024 15:25:46 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9fdcd1e..0327d17 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ -# nerr +# RO: Result and Option for C++ + +C++ class templates that implement Result and Option 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 \ No newline at end of file