Skip to content

Commit

Permalink
simplify README & ready to release 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guuzaa committed Mar 24, 2024
1 parent 602d171 commit cc3632c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,18 @@ numbers
[![CMake CI Matrix](https://github.com/guuzaa/numbers/actions/workflows/cmake.yml/badge.svg?branch=main)](https://github.com/guuzaa/numbers/actions/workflows/cmake.yml)
![language c++17](https://img.shields.io/badge/Language-C++17-red)
[![license mit](https://img.shields.io/badge/License-MIT-pink)](https://github.com/guuzaa/numbers/blob/main/LICENSE.txt)
![linux](https://img.shields.io/badge/OS-Linux-blue)
![macOS](https://img.shields.io/badge/OS-macOS-blue)
![windows](https://img.shields.io/badge/OS-Windows-blue)

`numbers` is a library for C++17 and later versions that handles integer overflow similar to Rust. It simplifies integer overflow situations.

## Features

- **Full Control** over handling integer overflow

- **Support for Multiple Toolchains**: GCC, Clang, MSVC

- Same as **Primitive Types** (WIP)

- **Support Integers**: i8, i16, i32, i64, u8, u16, u32, u64, even i128 & u128
- **Support for Various Integer Type**: i8, i16, i32, i64, u8, u16, u32, u64, even i128 & u128

<details>
<summary>Usage</summary>
Expand Down

0 comments on commit cc3632c

Please sign in to comment.