rust-shlex
shell word splitter
A Rust implementation of shell word splitting similar to Python's shlex.
Split a string into shell words, like Python's shlex.
105 stars
5 watching
15 forks
Language: Rust
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A lexical analyzer for shell-like syntaxes with support for quoting and commenting | 8 |
| A utility package providing portable shell commands for Node.js package scripts | 1,732 |
| A directory of programming languages implemented in Rust, serving as a source of inspiration and comparison. | 887 |
| A Rust implementation of a Gedcom file parser | 5 |
| A library to manipulate strings according to UNIX Bourne shell word parsing rules | 24 |
| A parser for Backus-Naur form grammars in Rust. | 262 |
| A collection of optimized Unix commands in Rust | 365 |
| A bash compatible shell written in Rust, aiming to be fully featured and reliable. | 38 |
| A Rust library for parsing and working with diffX data | 1 |
| A minimal shell prompt implemented in Rust | 3 |
| A Rust implementation of a POSIX-compatible shell. | 37 |
| A Rust library providing system exit code constants as defined by <sysexits.h> | 23 |
| A tool to secure shell commands history by detecting sensitive data and providing options to clear or backup the history | 220 |
| A Rust implementation of Brotli decompression | 62 |
| A safe Rust interface to POSIX-like system calls with configurable backends. | 1,512 |