{"id":58640,"library":"shellwords","title":"shellwords","description":"Manipulate strings according to the word parsing rules of the UNIX Bourne shell.","status":"active","version":"1.1.0","language":"rust","source_language":null,"source_url":"https://github.com/jimmycuadra/rust-shellwords","tags":["shell","parsing","string","utility"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nshellwords = \"1.1.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add shellwords","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"split","correct":"use shellwords::split;"}],"quickstart":{"code":"use shellwords::split;\n\nfn main() {\n    let words = split(\"echo 'hello world'\").unwrap();\n    println!(\"Words: {:?}\", words);\n}","lang":"rust","description":"Split a shell command string into words respecting quotes."},"warnings":[],"env_vars":null,"search_vec":"'accord':4 'bourn':13 'manipul':2 'pars':8,16 'rule':9 'shell':14,15 'shellword':1 'string':3,17 'unix':12 'util':18 'word':7","created_at":"2026-06-16T16:33:00.132524+00:00","updated_at":"2026-06-16T16:33:00.132524+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/jimmycuadra/rust-shellwords","github":"https://github.com/jimmycuadra/rust-shellwords","docs":"https://docs.rs/shellwords/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}