Registry / utility / shellexpand-utils

shellexpand-utils

JSON →
library0.2.1rscratesunverified

Utility functions for the shellexpand crate, providing shell-like expansion helpers.

# Cargo.toml [dependencies] shellexpand-utils = "0.2.1"
INSTALL
IMPORT
SIG · SHELLEXPAND-UTILS
S
shellexpand-utils
utilityrustv0.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

expand_home
use shellexpand_utils::expand_home;

Expands ~ to the user's home directory.

use shellexpand_utils::expand_home; fn main() { let expanded = expand_home("~/documents").unwrap(); println!("{}", expanded); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
shellexpand-utils — cargo add shellexpand-utils · libregistry