Skip to content

henkmuller/lib_xassert

 
 

Repository files navigation

Lightweight assertions library

Overview

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).

Features

  • Low memory usage
  • Ability to enable or disable various features via compile time defines

Software version and dependencies

The CHANGELOG contains information about the current and previous versions. For a list of direct dependencies, look for DEPENDENT_MODULES in lib_xassert/module_build_info.

About

Lightweight assertions library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 34.3%
  • C 33.1%
  • CMake 18.0%
  • XC 14.6%