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

https://github.com/bezarhere/bite

Small, convenient tools library in c++14
https://github.com/bezarhere/bite

cpp cpp14 cpp14-library library tools

Last synced: 2 months ago
JSON representation

Small, convenient tools library in c++14

Awesome Lists containing this project

README

        

# Bite

Tools library for `C++`

## Features

### 1. Stream Reader/Writer

a way to **read**, **parse**, **write** and **encode** files

### 2. The `dye` namespace

printing to the terminal in **color**!

### 3. `span<_T>` class

defining a dynamic range of elements `_T`

### 4. `dynarray` and the `arraystack` classes

containers living on the stack with a dynamic size but a static capacity

### 5. Variouse `string` / `cstr` utility

no comment on this, nearly never used

### 6. Common algorithms in the `algorithm` namespace

`crc32`, `strassen algorithm` and much more

## Build

### *TODO*

*god bless*