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: 12 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ruricolist/cl-shlex | A lexical analyzer for shell-like syntaxes with support for quoting and commenting | 8 |
shelljs/shx | A utility package providing portable shell commands for Node.js package scripts | 1,732 |
alilleybrinker/langs-in-rust | A directory of programming languages implemented in Rust, serving as a source of inspiration and comparison. | 887 |
pirtleshell/rust-gedcom | A Rust implementation of a Gedcom file parser | 5 |
wing924/shellwords | A library to manipulate strings according to UNIX Bourne shell word parsing rules | 24 |
shnewto/bnf | A parser for Backus-Naur form grammars in Rust. | 262 |
supercilex/fuc | A collection of optimized Unix commands in Rust | 365 |
lwandrebeck/rush | A bash compatible shell written in Rust, aiming to be fully featured and reliable. | 38 |
brennie/diffx-rs | A Rust library for parsing and working with diffX data | 1 |
nn1ks/mshp | A minimal shell prompt implemented in Rust | 3 |
reubeno/brush | A Rust implementation of a POSIX-compatible shell. | 37 |
sorairolake/sysexits-rs | A Rust library providing system exit code constants as defined by <sysexits.h> | 23 |
rusty-ferris-club/shellclear | A tool to secure shell commands history by detecting sensitive data and providing options to clear or backup the history | 220 |
ende76/brotli-rs | A Rust implementation of Brotli decompression | 62 |
bytecodealliance/rustix | A safe Rust interface to POSIX-like system calls with configurable backends. | 1,512 |