{"id":22820158,"url":"https://github.com/kizzycode/ezexec-rust","last_synced_at":"2025-03-30T23:16:35.221Z","repository":{"id":57627093,"uuid":"404810035","full_name":"KizzyCode/ezexec-rust","owner":"KizzyCode","description":"A simple API to execute binaries or shell commands via `std::process::Command`","archived":false,"fork":false,"pushed_at":"2022-12-31T03:05:48.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-07T10:18:56.933Z","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/KizzyCode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE BSD 2-CLAUSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-09T17:20:58.000Z","updated_at":"2021-10-15T00:44:26.000Z","dependencies_parsed_at":"2023-01-31T17:46:44.221Z","dependency_job_id":null,"html_url":"https://github.com/KizzyCode/ezexec-rust","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/KizzyCode%2Fezexec-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KizzyCode%2Fezexec-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KizzyCode%2Fezexec-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KizzyCode%2Fezexec-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KizzyCode","download_url":"https://codeload.github.com/KizzyCode/ezexec-rust/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246390858,"owners_count":20769478,"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-12-12T15:16:44.300Z","updated_at":"2025-03-30T23:16:35.197Z","avatar_url":"https://github.com/KizzyCode.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License BSD-2-Clause](https://img.shields.io/badge/License-BSD--2--Clause-blue.svg)](https://opensource.org/licenses/BSD-2-Clause)\n[![License MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n[![AppVeyor CI](https://ci.appveyor.com/api/projects/status/github/KizzyCode/ezexec-rust?svg=true)](https://ci.appveyor.com/project/KizzyCode/ezexec-rust)\n[![docs.rs](https://docs.rs/ezexec/badge.svg)](https://docs.rs/ezexec)\n[![crates.io](https://img.shields.io/crates/v/ezexec.svg)](https://crates.io/crates/ezexec)\n[![Download numbers](https://img.shields.io/crates/d/ezexec.svg)](https://crates.io/crates/ezexec)\n[![dependency status](https://deps.rs/crate/ezexec/0.4.1/status.svg)](https://deps.rs/crate/ezexec/0.4.1)\n\n\n# `ezexec`\nWelcome to `ezexec` 🎉\n\n`ezexec` provides a simple API to execute binaries or shell commands. Furthermore it implements a trivial but usually\ngood-enough API to find a binary in `PATH` or to get the current shell.\n\n\n## Example\n```rust\nuse ezexec::{ ExecBuilder, error::Error };\n\nfn list() -\u003e Result\u003c(), Error\u003e {\n    // Lists all files in the current directory and forwards the output to the parent's stdout\n    ExecBuilder::with_shell(\"ls\")?\n        .spawn_transparent()?\n        .wait()?;\n    Ok(())\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkizzycode%2Fezexec-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkizzycode%2Fezexec-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkizzycode%2Fezexec-rust/lists"}