2
0
mirror of https://github.com/boostorg/leaf.git synced 2026-01-19 04:22:08 +00:00
Emil Dotchevski ed8f9cd32f Issue 70
2024-01-27 17:48:53 -08:00
2023-08-28 10:17:00 -06:00
2023-10-28 16:33:24 -07:00
2024-01-14 20:14:58 -08:00
2023-09-15 11:11:13 -07:00
2024-01-20 15:36:53 -08:00
2023-09-15 11:11:13 -07:00
2024-01-27 17:48:53 -08:00
2021-11-07 15:13:48 -08:00
2024-01-27 17:48:53 -08:00
2021-05-28 05:15:01 +03:00
2021-05-28 05:15:34 +03:00
2020-08-30 13:36:58 -07:00
2024-01-08 17:52:41 -08:00
2023-09-15 11:11:13 -07:00
2023-09-15 11:11:13 -07:00

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-2023 Emil Dotchevski and Reverge Studios, Inc. Distributed under the http://www.boost.org/LICENSE_1_0.txt[Boost Software License, Version 1.0].

Description
Mirrored via gitea-mirror
Readme 19 MiB
Languages
C++ 96.9%
Meson 1.5%
Python 1.2%
Shell 0.2%
Batchfile 0.1%