MU Library
Overview

MU Library is the standard library for the MU programming.

To use the MU Library, include the header file as shown below:

#include "mu/mu.hpp"

Currently, the MU Library supports only C++ style programming, but additional features and language support are expected to be added in the future.

Generate API Docs

  1. Prerequisite
    Doxygen >= 1.9.1
    Graphviz >= 2.43.0
  2. Run DoxyGen
    cd docs
    doxygen Doxyfile