{"id":18925118,"url":"https://github.com/lyonsyonii/read-pipe","last_synced_at":"2025-12-12T14:03:54.250Z","repository":{"id":57703390,"uuid":"511659353","full_name":"LyonSyonII/read-pipe","owner":"LyonSyonII","description":"Small crate to read terminal pipes.","archived":false,"fork":false,"pushed_at":"2024-03-02T08:48:37.000Z","size":9,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-31T17:46:00.158Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LyonSyonII.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-07-07T20:02:41.000Z","updated_at":"2024-03-02T08:48:44.000Z","dependencies_parsed_at":"2024-03-02T09:48:34.018Z","dependency_job_id":null,"html_url":"https://github.com/LyonSyonII/read-pipe","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"219d9b48349781a535c463d20e77e12507286218"},"previous_names":["lyonsyonii/read_pipe"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LyonSyonII%2Fread-pipe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LyonSyonII%2Fread-pipe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LyonSyonII%2Fread-pipe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LyonSyonII%2Fread-pipe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LyonSyonII","download_url":"https://codeload.github.com/LyonSyonII/read-pipe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239921844,"owners_count":19718844,"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":[],"created_at":"2024-11-08T11:09:37.852Z","updated_at":"2025-12-12T14:03:53.813Z","avatar_url":"https://github.com/LyonSyonII.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# read-pipe\nSimple Rust crate to read pipes from stdin.\n\n## Usage\n```rust\nif let Some(pipe) = read_pipe::read_pipe() {\n    println!(\"User has piped \\\"{pipe}\\\" to the program.\")\n}\n```\n\n## Examples\n---\nInput:\n```bash\necho \"Really interesting pipe\" | cargo run\n```\nOutput:\n```\nSome(\"Really interesting pipe\")\n```\n---\nInput:\n```bash\ncargo run\n```\nOutput:\n```\nNone\n```\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flyonsyonii%2Fread-pipe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flyonsyonii%2Fread-pipe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flyonsyonii%2Fread-pipe/lists"}