leaf
Error handling library
A lightweight error handling library designed to minimize overhead and provide efficient error management in C++11 applications.
Lightweight Error Augmentation Framework
0 stars
1 watching
0 forks
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
boostorg/leaf | A lightweight error handling library for C++11 that provides efficient and portable error management. | 313 |
zalando/faux-pas | A library that simplifies error handling in Java functional programming | 132 |
anlutro/laravel-4-smart-errors | A package that provides smarter error handling for Laravel 4 applications | 65 |
kassane/outcome | A lightweight C++ library that provides an alternative to exception handling for error reporting and management. | 1 |
neuronlabs/errors | Provides a simple and classified error handling system with advanced features like classification primitives and detailed error structures. | 6 |
demystifyfp/fstoolkit.errorhandling | An F# library providing a standardized way to handle errors in software applications using the Result type. | 471 |
cdepillabout/servant-checked-exceptions | A library for specifying and handling type-level errors in Servant APIs. | 73 |
scgilardi/slingshot | A Clojure library providing enhanced try and throw capabilities with improved error handling and context access. | 654 |
kotlins/kotlinslang | A Kotlin library providing functional control structures such as Try, Option, and Either for working with potentially failed or uncertain data | 22 |
emperror/errors | Provides a unified error handling package with features from standard libraries and pkg/errors. | 198 |
altmann/fluentresults | An object-oriented way to handle errors and success in .NET applications | 2,075 |
cockroachdb/errors | Library providing a standardized way to handle and propagate errors across networked systems. | 2,118 |
oliverbrotchie/optionals | Provides error handling and options for TypeScript and Deno similar to Rust's Option and Result enums | 178 |
vic/happy | A library providing a concise and expressive way to handle errors in Elixir code using a macro-based approach. | 45 |
joomcode/errorx | An error handling library designed to improve conventional approaches in Go by providing composable and expressive errors with debug information. | 1,181 |