{"id":21666924,"url":"https://github.com/splurf/simple-home-dir","last_synced_at":"2025-04-12T01:20:49.941Z","repository":{"id":149512677,"uuid":"622009242","full_name":"splurf/simple-home-dir","owner":"splurf","description":"Simple and tiny library for getting a user's home directory.","archived":false,"fork":false,"pushed_at":"2025-02-27T00:33:38.000Z","size":45,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T21:02:25.246Z","etag":null,"topics":["home-directory","rust"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/simple-home-dir","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/splurf.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-31T22:03:19.000Z","updated_at":"2025-02-27T00:33:41.000Z","dependencies_parsed_at":"2024-11-25T11:31:37.299Z","dependency_job_id":"f72a19a7-c80e-4e95-9785-3491f324e34a","html_url":"https://github.com/splurf/simple-home-dir","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splurf%2Fsimple-home-dir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splurf%2Fsimple-home-dir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splurf%2Fsimple-home-dir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splurf%2Fsimple-home-dir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/splurf","download_url":"https://codeload.github.com/splurf/simple-home-dir/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248363078,"owners_count":21091269,"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":["home-directory","rust"],"created_at":"2024-11-25T11:30:48.196Z","updated_at":"2025-04-12T01:20:49.920Z","avatar_url":"https://github.com/splurf.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simple-home-dir\r\n[![Crate](https://img.shields.io/crates/v/simple-home-dir.svg)](https://crates.io/crates/simple-home-dir)\r\n\r\nA minimal, fast, and reliable crate dedicated to retrieving the user's home directory.\r\n\r\n## Usage\r\n```rust\r\nuse simple_home_dir::*;\r\n\r\nfn main() {\r\n    // Windows  =\u003e  C:\\Users\\jdoe\r\n    // Linux    =\u003e  /home/jdoe\r\n    // Mac      =\u003e  /Users/jdoe\r\n    let path = home_dir().unwrap();\r\n}\r\n```\r\n\r\n## Features\r\nThe `expand_tilde` feature is available [here](https://crates.io/crates/simple-expand-tilde).\r\n\r\n### Testing\r\nThe [dirs](https://crates.io/crates/dirs) crate is relied upon to ensure that the functions of this crate are working properly.\r\n\r\n### Credit\r\nThe majority of the Windows portion has been noted from the [windows-sys](https://crates.io/crates/windows-sys) and [directories](https://crates.io/crates/directories) crates.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsplurf%2Fsimple-home-dir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsplurf%2Fsimple-home-dir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsplurf%2Fsimple-home-dir/lists"}