{"id":15325901,"url":"https://github.com/illud/rust-pcspecs","last_synced_at":"2026-01-06T21:52:42.583Z","repository":{"id":63395095,"uuid":"567560953","full_name":"illud/rust-pcspecs","owner":"illud","description":"pcspecs is a tool that gathers information of your system components.","archived":false,"fork":false,"pushed_at":"2023-08-18T23:35:22.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-03-23T00:26:57.455Z","etag":null,"topics":["pcinfo","pcspecs","rust","rustlang","windows"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/illud.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}},"created_at":"2022-11-18T03:30:54.000Z","updated_at":"2023-05-20T21:33:48.000Z","dependencies_parsed_at":"2023-08-19T00:28:37.299Z","dependency_job_id":"b3b7edcc-eef2-4f74-8a87-83e8f9b78c0c","html_url":"https://github.com/illud/rust-pcspecs","commit_stats":null,"previous_names":["illud/rust-pcspecs","saturnavt/rust-pcspecs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/illud%2Frust-pcspecs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/illud%2Frust-pcspecs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/illud%2Frust-pcspecs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/illud%2Frust-pcspecs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/illud","download_url":"https://codeload.github.com/illud/rust-pcspecs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245898328,"owners_count":20690466,"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":["pcinfo","pcspecs","rust","rustlang","windows"],"created_at":"2024-10-01T09:33:48.000Z","updated_at":"2026-01-06T21:52:42.552Z","avatar_url":"https://github.com/illud.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PcSpecs (WINDOWS ONLY)\n\n## Get system info\n\n\\\nPcSpecs is a crate to gather the system specs.\n\n\n## Features\n- Hostname\n- Platform\n- OsNumber\n- CPU\n- GPU\n- RAM\n- MAINBOARD\n\n## Installation\n\nInstall the dependencies.\n\n```sh\npcspecs = \"0.2.1\"\n```\n\n## How to use\n\nAdd imports:\n\n```rust\nuse pcspecs::specs;\n```\n\nExample:\n\n```rust\n\n\n\nfn main(){\n    println!(\"{:#?}\", specs());\n    /* Output\n    DESKTOP-5DH6S74 \n    Microsoft Windows 10\n    Pro 10 \n    Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz\n    NVIDIA GeForce RTX 2060 SUPER\n    24 GB\n    TUF GAMING B460M-PLUS (WI-FI*/\n}\n```\n\nOr\n\n```rust\n\nfn main(){\n    println!(\"{:#?}\", specs().gpu);\n    /* Output\n    NVIDIA GeForce RTX 2060 SUPER\n    */\n}\n```\n\n## License\n\nMIT\n\nPcSpecs is [MIT licensed](LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fillud%2Frust-pcspecs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fillud%2Frust-pcspecs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fillud%2Frust-pcspecs/lists"}