Crates.io | expand-tilde |
lib.rs | expand-tilde |
version | 0.1.0 |
source | src |
created_at | 2024-10-15 17:18:47.358474 |
updated_at | 2024-10-15 17:18:47.358474 |
description | Expanding tildes in paths. |
homepage | |
repository | https://github.com/nekitdev/expand-tilde |
max_upload_size | |
id | 1409776 |
size | 21,641 |
expand-tilde
Expanding tildes in paths.
cargo
You can add expand-tilde
as a dependency with the following command:
$ cargo add expand-tilde
Or by directly specifying it in the configuration like so:
[dependencies]
expand-tilde = "0.1.0"
Alternatively, you can add it directly from the source:
[dependencies.expand-tilde]
git = "https://github.com/nekitdev/expand-tilde.git"
You can find the documentation here.
If you need support with the library, you can send an email.
You can find the changelog here.
You can find the Security Policy of expand-tilde
here.
If you are interested in contributing to expand-tilde
, make sure to take a look at the
Contributing Guide, as well as the Code of Conduct.
expand-tilde
is licensed under the MIT License terms. See License for details.