shtring 0.1.0

Split an input string into arguments by whitespace such that text between matching quotes is combined into a single argument.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.thiserror]
version = "1.0.22"

[package]
authors = ["Spanfile <spansdev@gmail.com>"]
categories = ["algorithms", "command-line-interface", "parsing"]
description = "Split an input string into arguments by whitespace such that text between matching quotes is combined into a single argument."
edition = "2018"
keywords = ["algorithms", "shell", "arguments"]
license = "MIT"
name = "shtring"
readme = "README.md"
repository = "https://github.com/Spanfile/shtring"
version = "0.1.0"