{"id":21666932,"url":"https://github.com/splurf/simple-expand-tilde","last_synced_at":"2025-04-12T01:20:51.903Z","repository":{"id":217617612,"uuid":"744392746","full_name":"splurf/simple-expand-tilde","owner":"splurf","description":"Tilde Expansion library.","archived":false,"fork":false,"pushed_at":"2025-02-27T00:33:52.000Z","size":28,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T21:02:28.793Z","etag":null,"topics":["rust","tilde-expansion"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/simple-expand-tilde","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":"2024-01-17T07:54:55.000Z","updated_at":"2025-02-27T00:33:56.000Z","dependencies_parsed_at":"2024-01-17T14:38:48.097Z","dependency_job_id":"11285bde-2dc2-43ab-a378-eddedde197a9","html_url":"https://github.com/splurf/simple-expand-tilde","commit_stats":null,"previous_names":["splurf/simple-expand-tilde"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splurf%2Fsimple-expand-tilde","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splurf%2Fsimple-expand-tilde/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splurf%2Fsimple-expand-tilde/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splurf%2Fsimple-expand-tilde/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/splurf","download_url":"https://codeload.github.com/splurf/simple-expand-tilde/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248262379,"owners_count":21074295,"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":["rust","tilde-expansion"],"created_at":"2024-11-25T11:30:54.151Z","updated_at":"2025-04-12T01:20:51.884Z","avatar_url":"https://github.com/splurf.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simple-expand-tilde\n[![Crate](https://img.shields.io/crates/v/simple-expand-tilde.svg)](https://crates.io/crates/simple-expand-tilde)\n\nA minimal, fast, and reliable  [tilde expansion](https://www.gnu.org/software/bash/manual/html_node/Tilde-Expansion.html) solution.\n\n## Usage\n```rust\nuse simple_expand_tilde::*;\n\nfn main() {\n    // Windows  =\u003e  C:\\Users\\jdoe\\.rustup\n    // Linux    =\u003e  /home/jdoe/.rustup\n    // Mac      =\u003e  /Users/jdoe/.rustup\n    let path = expand_tilde(\"~/.rustup\").unwrap();\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsplurf%2Fsimple-expand-tilde","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsplurf%2Fsimple-expand-tilde","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsplurf%2Fsimple-expand-tilde/lists"}