expand-tilde

Crates.ioexpand-tilde
lib.rsexpand-tilde
version0.6.1
created_at2024-10-15 17:18:47.358474+00
updated_at2025-05-15 14:05:37.975425+00
descriptionExpanding tildes in paths.
homepage
repositoryhttps://github.com/nekitdev/expand-tilde
max_upload_size
id1409776
size30,911
Nikita Tikhonov (nekitdev)

documentation

https://docs.rs/expand-tilde

README

expand-tilde

License Version Downloads Test

Expanding tildes in paths.

Installation

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.6.1"

Alternatively, you can add it directly from the source:

[dependencies.expand-tilde]
git = "https://github.com/nekitdev/expand-tilde.git"

Documentation

You can find the documentation here.

Support

If you need support with the library, you can send an email.

Changelog

You can find the changelog here.

Security Policy

You can find the Security Policy of expand-tilde here.

Contributing

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.

License

expand-tilde is licensed under the MIT License terms. See License for details.

Commit count: 23

cargo fmt