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
- Host: GitHub
- URL: https://github.com/bezarhere/bite
- Owner: BezarHere
- Created: 2023-08-01T14:05:56.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-28T11:45:54.000Z (about 1 year ago)
- Last Synced: 2025-01-20T15:59:26.039Z (4 months ago)
- Topics: cpp, cpp14, cpp14-library, library, tools
- Language: C++
- Homepage:
- Size: 369 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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*