{"id":22201829,"url":"https://github.com/jimmycuadra/rust-shellwords","last_synced_at":"2025-07-27T04:31:07.014Z","repository":{"id":24708366,"uuid":"102256852","full_name":"jimmycuadra/rust-shellwords","owner":"jimmycuadra","description":"Manipulate strings according to the word parsing rules of the UNIX Bourne shell.","archived":false,"fork":false,"pushed_at":"2022-04-08T19:28:26.000Z","size":9,"stargazers_count":29,"open_issues_count":2,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-01T05:08:08.097Z","etag":null,"topics":["rust","shell","unix"],"latest_commit_sha":null,"homepage":null,"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/jimmycuadra.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}},"created_at":"2017-09-03T10:29:00.000Z","updated_at":"2024-11-15T12:38:11.000Z","dependencies_parsed_at":"2022-07-13T10:00:28.960Z","dependency_job_id":null,"html_url":"https://github.com/jimmycuadra/rust-shellwords","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimmycuadra%2Frust-shellwords","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimmycuadra%2Frust-shellwords/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimmycuadra%2Frust-shellwords/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimmycuadra%2Frust-shellwords/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jimmycuadra","download_url":"https://codeload.github.com/jimmycuadra/rust-shellwords/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227760018,"owners_count":17815626,"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","shell","unix"],"created_at":"2024-12-02T16:11:02.319Z","updated_at":"2024-12-02T16:11:04.075Z","avatar_url":"https://github.com/jimmycuadra.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# shellwords\n\nCrate **shellwords** provides utilities for parsing strings as they would be interpreted by the UNIX Bourne shell.\n\n* [shellwords](https://crates.io/crates/shellwords) on crates.io\n* [Documentation](https://docs.rs/shellwords) for the latest crates.io release\n\n## Examples\n\nSplit a string into a vector of words in the same way the UNIX Bourne shell does:\n\n``` rust\nassert_eq!(split(\"here are \\\"two words\\\"\").unwrap(), [\"here\", \"are\", \"two words\"]);\n```\n\n## Legal\n\nshellwords is released under the MIT license.\nSee `LICENSE` for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimmycuadra%2Frust-shellwords","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjimmycuadra%2Frust-shellwords","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimmycuadra%2Frust-shellwords/lists"}