.. _using-mnmlstc-core: Using MNMLSTC Core ================== This section of the documentation goes ito detail on how to use the MNMLSTC Core library. Specifically, it discusses how the library is laid out, and how features will be added and or deprecated. Library Layout -------------- MNMLSTC Core follows the same header layout as the C++ standard library. Each library component is located in its own header. For instance, the :ref:`memory component ` is located in ````, and the :ref:`optional component ` is located in ````. Feature Addition and Deprecation -------------------------------- MNMLSTC Core follows `Semantic Versioning 2.0 `_.