# `expand-tilde` [![License][License Badge]][License] [![Version][Version Badge]][Crate] [![Downloads][Downloads Badge]][Crate] [![Test][Test Badge]][Actions] > *Expanding tildes in paths.* ## Installation ### `cargo` You can add `expand-tilde` as a dependency with the following command: ```console $ cargo add expand-tilde ``` Or by directly specifying it in the configuration like so: ```toml [dependencies] expand-tilde = "0.1.0" ``` Alternatively, you can add it directly from the source: ```toml [dependencies.expand-tilde] git = "https://github.com/nekitdev/expand-tilde.git" ``` ## Documentation You can find the documentation [here][Documentation]. ## Support If you need support with the library, you can send an [email][Email]. ## Changelog You can find the changelog [here][Changelog]. ## Security Policy You can find the Security Policy of `expand-tilde` [here][Security]. ## Contributing If you are interested in contributing to `expand-tilde`, make sure to take a look at the [Contributing Guide][Contributing Guide], as well as the [Code of Conduct][Code of Conduct]. ## License `expand-tilde` is licensed under the MIT License terms. See [License][License] for details. [Email]: mailto:support@nekit.dev [Discord]: https://nekit.dev/chat [Actions]: https://github.com/nekitdev/expand-tilde/actions [Changelog]: https://github.com/nekitdev/expand-tilde/blob/main/CHANGELOG.md [Code of Conduct]: https://github.com/nekitdev/expand-tilde/blob/main/CODE_OF_CONDUCT.md [Contributing Guide]: https://github.com/nekitdev/expand-tilde/blob/main/CONTRIBUTING.md [Security]: https://github.com/nekitdev/expand-tilde/blob/main/SECURITY.md [License]: https://github.com/nekitdev/expand-tilde/blob/main/LICENSE [Crate]: https://crates.io/crates/expand-tilde [Documentation]: https://docs.rs/expand-tilde [License Badge]: https://img.shields.io/crates/l/expand-tilde [Version Badge]: https://img.shields.io/crates/v/expand-tilde [Downloads Badge]: https://img.shields.io/crates/dr/expand-tilde [Test Badge]: https://github.com/nekitdev/expand-tilde/workflows/test/badge.svg