{"id":26477764,"url":"https://github.com/kamadak/checked_ops-rs","last_synced_at":"2025-03-20T00:53:10.674Z","repository":{"id":57548909,"uuid":"247069150","full_name":"kamadak/checked_ops-rs","owner":"kamadak","description":"Automatic checked arithmetic operations in Rust","archived":false,"fork":false,"pushed_at":"2020-04-04T14:54:06.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T06:33:53.559Z","etag":null,"topics":["checked-arithmetic","integer-overflow","rust"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kamadak.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-13T12:44:14.000Z","updated_at":"2020-04-04T14:54:08.000Z","dependencies_parsed_at":"2022-08-28T11:31:46.935Z","dependency_job_id":null,"html_url":"https://github.com/kamadak/checked_ops-rs","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamadak%2Fchecked_ops-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamadak%2Fchecked_ops-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamadak%2Fchecked_ops-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamadak%2Fchecked_ops-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kamadak","download_url":"https://codeload.github.com/kamadak/checked_ops-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244530998,"owners_count":20467390,"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":["checked-arithmetic","integer-overflow","rust"],"created_at":"2025-03-20T00:53:10.245Z","updated_at":"2025-03-20T00:53:10.660Z","avatar_url":"https://github.com/kamadak.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"Automatic checked arithmetic operations in Rust\n-----------------------------------------------\n\n   Are you tired of writing checked arithmetic operations like this?\n\n      a.checked_add(b).and_then(|t| t.checked_mul(c))\n\n   The checked_ops crate to the rescue.\n\n      checked_ops!((a + b) * c)\n\nUsage\n-----\n\n   Add a dependency entry to your Cargo.toml.\n\n      [dependencies]\n      checked_ops = \"0.1\"\n\n   Import the macro into your source code.\n\n      use checked_ops::checked_ops;\n\n   Use the macro.\n\n      checked_ops!((a + b) * c)\n\nDependencies\n------------\n\n   Rust 1.34 or later is required.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamadak%2Fchecked_ops-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkamadak%2Fchecked_ops-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamadak%2Fchecked_ops-rs/lists"}