{"id":13594990,"url":"https://github.com/rust-num/num-traits","last_synced_at":"2025-05-14T03:06:02.431Z","repository":{"id":27653673,"uuid":"114705611","full_name":"rust-num/num-traits","owner":"rust-num","description":"Numeric traits for generic mathematics in Rust","archived":false,"fork":false,"pushed_at":"2024-08-14T17:29:50.000Z","size":1708,"stargazers_count":786,"open_issues_count":90,"forks_count":141,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-04-10T01:05:31.364Z","etag":null,"topics":["num-traits","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/rust-num.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,"publiccode":null,"codemeta":null}},"created_at":"2017-12-19T01:37:18.000Z","updated_at":"2025-04-07T12:37:42.000Z","dependencies_parsed_at":"2023-01-14T07:12:46.459Z","dependency_job_id":"1b5ae211-a5d1-4fca-8de9-8ccd7b3c9b25","html_url":"https://github.com/rust-num/num-traits","commit_stats":{"total_commits":893,"total_committers":133,"mean_commits":6.714285714285714,"dds":0.6203807390817468,"last_synced_commit":"022f250f7c12955166dd2ebe776f74e1707312a2"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-num%2Fnum-traits","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-num%2Fnum-traits/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-num%2Fnum-traits/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-num%2Fnum-traits/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-num","download_url":"https://codeload.github.com/rust-num/num-traits/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248137888,"owners_count":21053775,"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":["num-traits","rust"],"created_at":"2024-08-01T16:01:42.018Z","updated_at":"2025-04-10T01:05:49.002Z","avatar_url":"https://github.com/rust-num.png","language":"Rust","funding_links":[],"categories":["Rust","Math and Numbers"],"sub_categories":[],"readme":"# num-traits\n\n[![crate](https://img.shields.io/crates/v/num-traits.svg)](https://crates.io/crates/num-traits)\n[![documentation](https://docs.rs/num-traits/badge.svg)](https://docs.rs/num-traits)\n[![minimum rustc 1.60](https://img.shields.io/badge/rustc-1.60+-red.svg)](https://rust-lang.github.io/rfcs/2495-min-rust-version.html)\n[![build status](https://github.com/rust-num/num-traits/workflows/master/badge.svg)](https://github.com/rust-num/num-traits/actions)\n\nNumeric traits for generic mathematics in Rust.\n\n## Usage\n\nAdd this to your `Cargo.toml`:\n\n```toml\n[dependencies]\nnum-traits = \"0.2\"\n```\n\n## Features\n\nThis crate can be used without the standard library (`#![no_std]`) by disabling\nthe default `std` feature. Use this in `Cargo.toml`:\n\n```toml\n[dependencies.num-traits]\nversion = \"0.2\"\ndefault-features = false\n# features = [\"libm\"]    # \u003c--- Uncomment if you wish to use `Float` and `Real` without `std`\n```\n\nThe `Float` and `Real` traits are only available when either `std` or `libm` is enabled.\n\nThe `FloatCore` trait is always available.  `MulAdd` and `MulAddAssign` for `f32`\nand `f64` also require `std` or `libm`, as do implementations of signed and floating-\npoint exponents in `Pow`.\n\n## Releases\n\nRelease notes are available in [RELEASES.md](RELEASES.md).\n\n## Compatibility\n\nThe `num-traits` crate is tested for rustc 1.60 and greater.\n\n## License\n\nLicensed under either of\n\n * [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)\n * [MIT license](http://opensource.org/licenses/MIT)\n\nat your option.\n\n### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be\ndual licensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frust-num%2Fnum-traits","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frust-num%2Fnum-traits","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frust-num%2Fnum-traits/lists"}