oktal / resultLinks
My implementation of a C++ Result<T, E> type inspired by Rust
☆348Updated 8 months ago
Alternatives and similar repositories for result
Users that are interested in result are comparing it to the libraries listed below
Sorting:
- Provides very lightweight outcome<T> and result<T> (non-Boost edition)☆751Updated last week
- A lightweight C++11-compatible error-handling mechanism☆297Updated 2 years ago
- C++11/14/17 std::optional with functional-style extensions and reference support☆894Updated 11 months ago
- expected lite - Expected objects in C++11 and later in a single-file header-only library☆466Updated 2 months ago
- C++17 Run-time Polymorphism (Type Erasure) library☆477Updated 2 months ago
- This is an experimental library that has evolved to P2688☆675Updated 6 months ago
- match(it): A lightweight single-header pattern-matching library for C++17 with macro-free APIs.☆612Updated 2 years ago
- Range-based goodness for C++17☆362Updated 4 years ago
- Simple header only pattern matching for c++14☆232Updated 3 years ago
- Runtime polymorphism done right☆1,007Updated 4 years ago
- Either and Maybe monads for better error-handling in C++ ↔️☆253Updated 5 years ago
- C++11/14/17 std::expected with functional-style extensions☆1,665Updated 4 months ago
- Lightweight Error Augmentation Framework☆329Updated this week
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆565Updated 9 months ago
- Implementation of C++20's std::span for older compilers☆355Updated 2 years ago
- span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library☆498Updated last year
- A miniature library for struct-field reflection in C++☆570Updated 3 months ago
- c++ serialize and deserialize adaptor library like rust serde.rs☆111Updated last year
- optional lite - A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library☆406Updated 2 months ago
- Implementation of strong types in C++☆795Updated 2 years ago
- C++17 `std::variant` for C++11/14/17☆690Updated 2 years ago
- An additive strong typedef library for C++14/17/20☆438Updated 4 months ago
- Love template metaprogramming☆328Updated 3 years ago
- Zero overhead utilities for preventing bugs at compile time☆1,582Updated 8 months ago
- What a c++ standard Unicode library might look like.☆332Updated last year
- C++ parsing DSL☆1,084Updated last week
- An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elem…☆446Updated 2 weeks ago
- c++ LINQ -like library of higher-order functions for data manipulation☆196Updated 4 years ago
- a header-only, constexpr alternative to gperf for C++14 users☆1,421Updated 2 months ago
- Future C++ implementation of Rust-like trait objects with no boilerplate☆119Updated 5 years ago