zerobox-utils-string 0.2.2

Sandbox any command with file, network, and credential controls.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "zerobox-utils-string"
version.workspace = true
edition.workspace = true
license.workspace = true
description.workspace = true
repository.workspace = true
homepage.workspace = true

[lints]
workspace = true

[dependencies]
regex-lite = { workspace = true }

[dev-dependencies]
pretty_assertions = { workspace = true }