Overview

Introspection is a library for dealing with meta-information about your program.

This includes:

  • Detecting compiler and platform features.
  • Stack tracing
  • Dynamic Library management

Updates