#path #wsl #convert #linux #windows

wslpath-rs

Pure Rust implementation of wslpath

2 unstable releases

0.2.0 Feb 7, 2025
0.1.0 Feb 11, 2024

#482 in Filesystem

Download history 149/week @ 2024-10-26 63/week @ 2024-11-02 127/week @ 2024-11-09 88/week @ 2024-11-16 39/week @ 2024-11-23 111/week @ 2024-11-30 26/week @ 2024-12-07 32/week @ 2024-12-14 94/week @ 2024-12-21 140/week @ 2024-12-28 130/week @ 2025-01-04 84/week @ 2025-01-11 109/week @ 2025-01-18 64/week @ 2025-01-25 156/week @ 2025-02-01 310/week @ 2025-02-08

649 downloads per month
Used in neovide

MPL-2.0 license

10KB
92 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

~665KB