{"id":15060497,"url":"https://github.com/shepmaster/cupid","last_synced_at":"2025-07-22T02:36:55.790Z","repository":{"id":34690149,"uuid":"38664689","full_name":"shepmaster/cupid","owner":"shepmaster","description":"Get information about the x86 and x86_64 processor","archived":false,"fork":false,"pushed_at":"2021-10-16T21:12:51.000Z","size":680,"stargazers_count":35,"open_issues_count":5,"forks_count":9,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-22T18:53:37.833Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/shepmaster.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-07T04:46:00.000Z","updated_at":"2025-02-07T10:51:50.000Z","dependencies_parsed_at":"2022-08-27T03:24:36.991Z","dependency_job_id":null,"html_url":"https://github.com/shepmaster/cupid","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/shepmaster/cupid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shepmaster%2Fcupid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shepmaster%2Fcupid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shepmaster%2Fcupid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shepmaster%2Fcupid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shepmaster","download_url":"https://codeload.github.com/shepmaster/cupid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shepmaster%2Fcupid/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266413404,"owners_count":23924724,"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-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":[],"created_at":"2024-09-24T22:59:30.695Z","updated_at":"2025-07-22T02:36:55.766Z","avatar_url":"https://github.com/shepmaster.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cupid\n\nNative Rust access to the x86 and x86_64 CPUID instruction.\n\n[![Linux Build Status](https://travis-ci.org/shepmaster/cupid.svg)](https://travis-ci.org/shepmaster/cupid)\n[![Windows Build Status](https://ci.appveyor.com/api/projects/status/github/shepmaster/cupid?svg=true\u0026branch=master)](https://ci.appveyor.com/project/shepmaster/cupid)\n[![Current Version](https://img.shields.io/crates/v/cupid.svg)](https://crates.io/crates/cupid)\n\n[Documentation](https://docs.rs/cupid/)\n\n## Overview\n\n```rust\nextern crate cupid;\n\nfn main() {\n    let information = cupid::master();\n    println!(\"{:#?}\", information);\n    if let Some(information) = information {\n        if information.sse4_2() {\n             println!(\"SSE 4.2 Available\");\n        }\n    }\n}\n```\n\n## See also\n\n* [libcpuid](http://libcpuid.sourceforge.net/) - A C library providing\n  access to the CPUID instruction.\n* [cpuid](https://crates.io/crates/cpuid) - Rust bindings to the\n  libcpuid library.\n* [rust-x86](https://github.com/gz/rust-x86) - Another native crate\n  that includes CPUID and more.\n\n## Contributing\n\n1. Fork it ( https://github.com/shepmaster/cupid/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Add a failing test.\n4. Add code to pass the test.\n5. Commit your changes (`git commit -am 'Add some feature'`)\n6. Ensure tests pass.\n7. Push to the branch (`git push origin my-new-feature`)\n8. Create a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshepmaster%2Fcupid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshepmaster%2Fcupid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshepmaster%2Fcupid/lists"}