{"id":24698578,"url":"https://github.com/faradayio/exec-rs","last_synced_at":"2025-08-30T17:36:32.776Z","repository":{"id":57626630,"uuid":"54680452","full_name":"faradayio/exec-rs","owner":"faradayio","description":"Rust wrapper around the C execvp function, which replaces the current process with the specified program and arguments.","archived":false,"fork":false,"pushed_at":"2023-03-28T00:30:06.000Z","size":4188,"stargazers_count":19,"open_issues_count":3,"forks_count":6,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-07-03T21:44:04.439Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/faradayio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-24T23:19:28.000Z","updated_at":"2025-03-18T23:02:46.000Z","dependencies_parsed_at":"2022-08-31T09:12:29.008Z","dependency_job_id":null,"html_url":"https://github.com/faradayio/exec-rs","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/faradayio/exec-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Fexec-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Fexec-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Fexec-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Fexec-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/faradayio","download_url":"https://codeload.github.com/faradayio/exec-rs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Fexec-rs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265589243,"owners_count":23793489,"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":"2025-01-27T04:29:22.194Z","updated_at":"2025-07-17T09:34:36.423Z","avatar_url":"https://github.com/faradayio.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `exec`: A Rust library to replace the running program with another\n\n[![Latest version](https://img.shields.io/crates/v/exec.svg)](https://crates.io/crates/exec) [![License](https://img.shields.io/crates/l/exec.svg)](http://www.apache.org/licenses/LICENSE-2.0) [![Build Status](https://travis-ci.org/faradayio/exec-rs.svg?branch=master)](https://travis-ci.org/faradayio/exec-rs)\n\n[Documentation](http://faradayio.github.io/exec-rs/exec/index.html)\n\nThis is a simple Rust wrapper around `execvp`.  It can be used as follows:\n\n```rust\nlet err = exec::Command::new(\"echo\")\n    .arg(\"hello\").arg(\"world\")\n    .exec();\nprintln!(\"Error: {}\", err);\n```\n\nNote that if `exec` returns, it will always return an error.  There's also\na lower-level `exec::execvp` function if you need to use it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaradayio%2Fexec-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaradayio%2Fexec-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaradayio%2Fexec-rs/lists"}