{"id":33931766,"url":"https://github.com/cmpute/dashu","last_synced_at":"2026-04-02T02:16:58.957Z","repository":{"id":59271008,"uuid":"508578436","full_name":"cmpute/dashu","owner":"cmpute","description":"A library set of arbitrary precision numbers implemented in Rust.","archived":false,"fork":false,"pushed_at":"2025-11-08T04:13:15.000Z","size":1613,"stargazers_count":96,"open_issues_count":17,"forks_count":14,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-12-13T23:38:28.123Z","etag":null,"topics":["arbitrary-precision","bigfloat","bigint","bignum-library","multiple-precision","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cmpute.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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}},"created_at":"2022-06-29T06:48:48.000Z","updated_at":"2025-12-01T22:10:21.000Z","dependencies_parsed_at":"2024-03-02T15:41:32.548Z","dependency_job_id":"1879c901-dc7f-44e2-893f-a5c7c7b6898b","html_url":"https://github.com/cmpute/dashu","commit_stats":{"total_commits":224,"total_committers":5,"mean_commits":44.8,"dds":0.0535714285714286,"last_synced_commit":"22f3935b35e2723706bdeb8ae092a0987eaef54e"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/cmpute/dashu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmpute%2Fdashu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmpute%2Fdashu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmpute%2Fdashu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmpute%2Fdashu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cmpute","download_url":"https://codeload.github.com/cmpute/dashu/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmpute%2Fdashu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31294478,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:43:37.129Z","status":"online","status_checked_at":"2026-04-02T02:00:08.535Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["arbitrary-precision","bigfloat","bigint","bignum-library","multiple-precision","rust"],"created_at":"2025-12-12T12:59:31.086Z","updated_at":"2026-04-02T02:16:58.950Z","avatar_url":"https://github.com/cmpute.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dashu\r\n\r\n[![Crate](https://img.shields.io/crates/v/dashu.svg)](https://crates.io/crates/dashu)\r\n[![Docs](https://docs.rs/dashu/badge.svg)](https://docs.rs/dashu)\r\n[![Tests](https://github.com/cmpute/dashu/actions/workflows/tests.yml/badge.svg)](https://github.com/cmpute/dashu/actions)\r\n[![MSRV 1.61](https://img.shields.io/badge/rustc-1.61%2B-informational.svg)](#dashu)\r\n[![License](https://img.shields.io/crates/l/dashu)](#license)\r\n\u003c!-- [![Book](https://img.shields.io/badge/book-master-yellow.svg)]() --\u003e\r\n\r\nA library set of arbitrary precision numbers (aka. big numbers) implemented in Rust. It's intended to be a Rust native alternative to GNU GMP + MPFR (+ MPC in future). It features:\r\n- Pure rust, full `no_std` support.\r\n- Focus on ergonomics \u0026 readability, and then efficiency.\r\n- Optimized speed and memory usage.\r\n- Current MSRV is 1.61.\r\n\r\n## Sub-crates\r\n\r\n- [`dashu-base`](./base): Common trait definitions\r\n- [`dashu-int`](./integer): Arbitrary precision integers\r\n- [`dashu-float`](./float): Arbitrary precision floating point numbers\r\n- [`dashu-ratio`](./rational): Arbitrary precision rational numbers\r\n- [`dashu-macros`](./macros): Macros for creating big numbers\r\n\r\n`dashu` is a meta crate that re-exports all the types from these sub-crates. Please see the README.md in each subdirectory for crate-specific introduction.\r\n\r\n## License\r\n\r\nLicensed under either of\r\n\r\n * Apache License, Version 2.0\r\n   ([LICENSE-APACHE](../LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0)\r\n * MIT license\r\n   ([LICENSE-MIT](../LICENSE-MIT) or https://opensource.org/licenses/MIT)\r\n\r\nat your option.\r\n\r\n## Contribution\r\n\r\nUnless you explicitly state otherwise, any contribution intentionally submitted\r\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be\r\ndual licensed as above, without any additional terms or conditions.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmpute%2Fdashu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmpute%2Fdashu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmpute%2Fdashu/lists"}