1.1.0 - This version may not be safe as it has not been updated for a long time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform
Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.
MIT - MIT LicenseCrate shellwords provides utilities for parsing strings as they would be interpreted by the UNIX Bourne shell.
Split a string into a vector of words in the same way the UNIX Bourne shell does:
assert_eq!(split("here are \"two words\"").unwrap(), ["here", "are", "two words"]);shellwords is released under the MIT license.
See LICENSE for details.