Skip to content

Easimer/std

Repository files navigation

std

C++ foundation library.

Noteworthy modules:

Integration

CMake

FetchContent_Declare(
    easimer-std
    GIT_REPOSITORY https://git.easimer.net/easimer/std
    # # Pin to a specific commit:
    # GIT_TAG 55e9f50870e99709e0bf41df4bf5e403ff434ef2
)

FetchContent_MakeAvailable(easimer-std)

Then Link against std::std. This will add /src/ as an include directory and the headers can be included like this:

#include "std/Arena.h"
#include <std/Slice.hpp>

License

This library is distributed under the Mozilla Public License Version 2.0.

This repository contains a modified version of rxi's logger library, licensed under the MIT license.