Eggs.Assert is a C++23 assertion library with stacktrace.
Link against Eggs::Assert and include one of:
<eggs/assert.h>— replaces the standardassertmacro with one that prints a full stacktrace on failure.<eggs/assert.hpp>— providesEGGS_ASSERTunder its own name, leaving the standardassertuntouched.
Copyright Agustín Bergé, Fusion Fenix 2026
Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt)