Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 510 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 510 Bytes

Cogle Utils

C++ 17 utility libraries


This project is a collection of C++ 17 helper libraries that is intended to help make writing C++ easier.

Libraries


Result<R, E>

Usage


To build one can use the provide Python script, build.py, in order to build the project. Running build.py --help will output a full list of options that this project can be built with.

This library is currently a work in progress as such things may change, with that being said use at your own risk.