shell-scape: Échappe des caractères spéciaux

This commit is contained in:
2022-12-01 08:10:56 +01:00
parent 27eafc7b9c
commit d1d8771348
7 changed files with 102 additions and 0 deletions

8
shell-escape/oki.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "shell-escape"
version = "0.1.0"
description = "Escape shell characters"
license = "MIT"
[dependencies]
static-string-builder = "^0.1"