An open API service indexing awesome lists of open source software.

https://github.com/yisusgaming/cy

An Utility Library for C++
https://github.com/yisusgaming/cy

cpp cpp17 custom-types header-only optional result utility

Last synced: 3 months ago
JSON representation

An Utility Library for C++

Awesome Lists containing this project

README

          


CY

An utility library for C++.

----------

### Features
1. Custom typenames.
2. A value/none (``Some/None``) class implementation (``Maybe``).
3. A value/error (``Ok/Err``) class implementation (``Result``)

### Usage
Since CY is just header files, you can clone this repo (or download the source code) and include the `include/` directoy in your project's search paths.

If you want to try the tests (which are used to debug CY) you can use cmake to compile them.

# License
This project is licensed under the MIT license. Please check [LICENSE](LICENSE) for more details.