{"id":29415321,"url":"https://github.com/akluth/lucas_lehmer","last_synced_at":"2025-07-31T00:04:15.928Z","repository":{"id":53588851,"uuid":"162840872","full_name":"akluth/lucas_lehmer","owner":"akluth","description":"Primality test for Mersenne primes (M_{n}=2^{n}-1)","archived":false,"fork":false,"pushed_at":"2021-03-22T21:22:15.000Z","size":5,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-27T04:19:16.263Z","etag":null,"topics":["lucas-lehmer","mersenne","mersenne-prime","primality-test","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/akluth.png","metadata":{"files":{"readme":"README.md","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":"2018-12-22T20:30:03.000Z","updated_at":"2019-11-13T20:40:53.000Z","dependencies_parsed_at":"2022-08-19T10:31:40.358Z","dependency_job_id":null,"html_url":"https://github.com/akluth/lucas_lehmer","commit_stats":null,"previous_names":["deralex/lucas_lehmer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/akluth/lucas_lehmer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akluth%2Flucas_lehmer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akluth%2Flucas_lehmer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akluth%2Flucas_lehmer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akluth%2Flucas_lehmer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akluth","download_url":"https://codeload.github.com/akluth/lucas_lehmer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akluth%2Flucas_lehmer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267962049,"owners_count":24172554,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"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":["lucas-lehmer","mersenne","mersenne-prime","primality-test","rust"],"created_at":"2025-07-11T16:01:12.107Z","updated_at":"2025-07-31T00:04:15.917Z","avatar_url":"https://github.com/akluth.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lucas-lehmer\n\n[![crate](https://img.shields.io/crates/v/lucas_lehmer.svg)](https://crates.io/crates/lucas_lehmer)\n[![documentation](https://docs.rs/lucas_lehmer/badge.svg)](https://docs.rs/lucas_lehmer)\n![minimum rustc nightly](https://img.shields.io/badge/rustc-nightly-red.svg)\n[![Travis status](https://travis-ci.org/alexclooze/lucas_lehmer.svg?branch=master)](https://travis-ci.org/dittusch/lucas_lehmer)\n\nImplementation of the [Lucas–Lehmer primality test](https://en.wikipedia.org/wiki/Lucas%E2%80%93Lehmer_primality_test) in Rust.\n\n## Usage\n\nAdd this to your `Cargo.toml`:\n\n```toml\n[dependencies]\nlucas_lehmer = \"0.1.0\"\n```\n\nand this to your crate root:\n\n```rust\nextern crate lucas_lehmer;\n```\n\n## Tests\n\nYou can run tests by executing `cargo test --release`.\nIf you want to test a development build omit the `--release` option, but beware:\nTesting a debug-build will take much longer. Don't be coconfused if cargo says:\n\n    test m11213_is_a_mersenne_number ... test m11213_is_a_mersenne_number has been running for over 60 seconds\n\nThe test will continue running.\n\n## Compatability\nThe 'lucas_lehmer' crate requires a nightly build of Rust.\n\n## License\nLicensed under the terms and conditions of the [MIT license](http://opensource.org/licenses/MIT) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakluth%2Flucas_lehmer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakluth%2Flucas_lehmer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakluth%2Flucas_lehmer/lists"}