#path #wsl #convert #linux #windows

wslpath-rs

Pure Rust implementation of wslpath

1 unstable release

0.1.0 Feb 11, 2024

#832 in Filesystem

Download history 6/week @ 2024-02-09 9/week @ 2024-02-16 12/week @ 2024-02-23 7/week @ 2024-03-01 12/week @ 2024-03-29 1/week @ 2024-04-05 64/week @ 2024-04-19

77 downloads per month

MPL-2.0 license

10KB
85 lines

wslpath-rs

This library aims to offer functionality similar of the wslpath conversion tool added in WSL build 17046, but is implemented in pure Rust.

Existing crates such as wslpath call wsl.exe wslpath internally, which may lead to a lot of command invocations when multiple paths need to be converted.

License

This software is licensed under the terms of the Mozilla Public License 2.0. Please also have a look at the license FAQ.


lib.rs:

Convert paths between WSL guest and Windows host.

This library aims to offer functionality similar of the wslpath conversion tool added in WSL build 17046, but is implemented in pure Rust.

Existing crates such as wslpath call wsl.exe wslpath internally, which may lead to a lot of command invocations when multiple paths need to be converted.

Dependencies

~650KB