{"id":19436273,"url":"https://github.com/beached/daw_integer","last_synced_at":"2025-07-26T21:38:43.182Z","repository":{"id":259336493,"uuid":"877579035","full_name":"beached/daw_integer","owner":"beached","description":"Safer C++ Integers","archived":false,"fork":false,"pushed_at":"2024-10-24T05:27:44.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"release","last_synced_at":"2024-10-24T14:37:41.902Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/beached.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-23T22:35:42.000Z","updated_at":"2024-10-24T05:27:48.000Z","dependencies_parsed_at":"2024-10-24T14:53:06.334Z","dependency_job_id":"33972f2a-caff-46ce-96b8-c5b6aa0e125f","html_url":"https://github.com/beached/daw_integer","commit_stats":null,"previous_names":["beached/daw_integer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beached%2Fdaw_integer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beached%2Fdaw_integer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beached%2Fdaw_integer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beached%2Fdaw_integer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beached","download_url":"https://codeload.github.com/beached/daw_integer/tar.gz/refs/heads/release","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240619430,"owners_count":19830204,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T15:10:06.448Z","updated_at":"2025-02-25T06:46:33.927Z","avatar_url":"https://github.com/beached.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `DAW Integer` - Safer C++ Integers\n\n[![License: Boost](https://img.shields.io/badge/License-Boost%201.0-blue.svg)](https://www.boost.org/LICENSE_1_0.txt)\n\n`daw_integer` is a lightweight library that provides safer integer operations for C++ developers. It helps prevent common issues such as integer overflows, underflows, and undefined behavior, ensuring safer arithmetic operations and improving code reliability.\n\n## Table of Contents\n\n- [Features](#features)\n- [Usage](#usage)\n- [Example](#example)\n- [License](#license)\n- [Contributing](#contributing)\n\n---\n\n## Features\n\n- **Safer Integer Operations**: Helps prevent overflow and underflow errors.\n- **Customizable Behavior**: Options to handle errors gracefully or enforce strict checks.\n- **Lightweight**: Minimal overhead for safety enhancements.\n- **C++17 and Later**: Leverages modern C++ standards for clean and efficient code.\n\n---\n\n## Usage \nTo use daw_integer, simply include the header in your project:\n\n```cpp\n#include \u003cdaw/integers/daw_signed.h\u003e\n```\nYou can then replace standard integer types with safer versions provided by daw_integer such as `daw::i8`, `daw::i16`, `daw::i32`, and `daw::i64`.\n\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeached%2Fdaw_integer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeached%2Fdaw_integer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeached%2Fdaw_integer/lists"}