Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 1.18 KB

README.md

File metadata and controls

26 lines (24 loc) · 1.18 KB

lib

Library of single-file stb-like header files.

If you would like to revise on how to use a single-file header-only library, then please read the stb how-to.

Table of Contents

  1. Usage
  2. C
    1. IO
      1. Logger
    2. Runtime
      1. Flag
    3. Path
    4. String Builder
    5. String
    6. Version
  3. CPP
    1. IO
      1. Logger
    2. Structures
      1. Version
    3. Exception
    4. Path

Usage

A simple — non-specific — usage of this library is to, first, copy each of the header files into your project. Then, you can include lib.h or lib.hpp anywhere in your c or c++ project respectively. To include a specfic library file in your project, use the include and provide the #define <LIBRARY_NAME>_IMPLEMENTATION definition.