ro/README.md
2024-02-28 15:25:46 +01:00

7 lines
212 B
Markdown

# 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.