Popularity
3.4
Stable
Activity
7.5
-
289
10
49

Description

LEAF is a lightweight error handling library for C++11.

Official documentation: https://zajo.github.io/leaf/

Features:

Programming language: C++
License: Boost Software License 1.0
Tags: Miscellaneous     C++11     Error Handling    
Latest version: v1.75.0.beta1

leaf alternatives and similar libraries

Based on the "Miscellaneous" category.
Alternatively, view leaf alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of leaf or a related project?

Add another 'Miscellaneous' Library

README

LEAF

A lightweight error handling library for C++11.

Documentation

https://boostorg.github.io/leaf/

Features

  • Portable single-header format, no dependencies.
  • Tiny code size when configured for embedded development.
  • No dynamic memory allocations, even with very large payloads.
  • Deterministic unbiased efficiency on the "happy" path and the "sad" path.
  • Error objects are handled in constant time, independent of call stack depth.
  • Can be used with or without exception handling.

Support

Distribution

Besides GitHub, there are two other distribution channels:

  • LEAF is included in official Boost releases, starting with Boost 1.75.
  • For maximum portability, the library is also available in single-header format: simply download leaf.hpp (direct download link).

Copyright 2018-2022 Emil Dotchevski and Reverge Studios, Inc. Distributed under the http://www.boost.org/LICENSE_1_0.txt[Boost Software License, Version 1.0].


*Note that all licence references and agreements mentioned in the leaf README section above are relevant to that project's source code only.