This library provides a lightweight and flexible replacement for the
standard C header assert.h
.
The assertions in this library can be be enabled/disabled and configured as to how much information they show. This configuration can be per "xassert unit" (i.e. for sets of files).
- Low memory usage
- Ability to enable or disable various features via compile time defines
.. libdeps::