{"id":18679052,"url":"https://github.com/mohanson/eint","last_synced_at":"2025-04-12T03:13:45.126Z","repository":{"id":41972399,"uuid":"458130887","full_name":"mohanson/eint","owner":"mohanson","description":"Extended precision integer Rust library. Provides signed/unsigned integer 256 to 2048.","archived":false,"fork":false,"pushed_at":"2023-05-12T02:57:01.000Z","size":38,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T03:13:40.527Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mohanson.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":"2022-02-11T09:56:57.000Z","updated_at":"2023-12-04T08:03:04.000Z","dependencies_parsed_at":"2024-11-07T09:43:43.660Z","dependency_job_id":"b9625d9a-2c5b-4b52-a6eb-f090d9b58d0e","html_url":"https://github.com/mohanson/eint","commit_stats":{"total_commits":32,"total_committers":4,"mean_commits":8.0,"dds":0.15625,"last_synced_commit":"f817558f7455120f1582ea38c6003c939bf0d625"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohanson%2Feint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohanson%2Feint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohanson%2Feint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohanson%2Feint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mohanson","download_url":"https://codeload.github.com/mohanson/eint/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248510002,"owners_count":21116130,"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-07T09:42:12.009Z","updated_at":"2025-04-12T03:13:45.104Z","avatar_url":"https://github.com/mohanson.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Eint\n\nExtended precision integer Rust library. Provides signed/unsigned integer 256 to 2048.\n\n```text\n[dependencies]\neint = \"1.0\"\n```\n\n# Usage\n\n```rs\nuse eint::{E256, Eint};\n\nfn main() {\n    let a = E256::from(u128::MAX);\n    let b = E256::from(u128::MAX);\n    println!(\"    a = {:?}\", a);\n    println!(\"    b = {:?}\", a);\n    println!(\"a + b = {:?}\", a + b);\n    println!(\"a - b = {:?}\", a - b);\n    println!(\"a * b = {:?}\", a * b);\n    println!(\"a / b = {:?}\", a / b);\n    println!(\"a.ctz = {:?}\", a.ctz());\n}\n```\n\nFull docs: [https://docs.rs/eint/latest/eint/](https://docs.rs/eint/latest/eint/)\n\n# Test\n\n```sh\n# Test\n$ cargo test\n\n# Fuzzing\n$ cargo +nightly fuzz run arith_e64\n$ cargo +nightly fuzz run arith_e256\n\n# Bench\n$ cargo bench\n```\n\n# Maintainer\n\nmohanson@outlook.com\n\n# License\n\nMIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohanson%2Feint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohanson%2Feint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohanson%2Feint/lists"}