You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
351 B

[package]
name = "shlex"
version = "1.0.0"
authors = [
"comex <comexk@gmail.com>",
"Fenhl <fenhl@fenhl.net>"
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/comex/rust-shlex"
description = """
Split a string into shell words, like Python's shlex.
"""
caegories = [
"command-line-interface",
"parser-implementations"
]