https://github.com/nekitdev/path-name
Fetching path names.
https://github.com/nekitdev/path-name
Last synced: 13 days ago
JSON representation
Fetching path names.
- Host: GitHub
- URL: https://github.com/nekitdev/path-name
- Owner: nekitdev
- License: mit
- Created: 2025-10-15T16:39:27.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-12-15T14:31:23.000Z (2 months ago)
- Last Synced: 2026-01-13T09:44:22.598Z (about 1 month ago)
- Language: Rust
- Homepage: https://docs.rs/path-name
- Size: 18.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# `path-name`
[![License][License Badge]][License]
[![Version][Version Badge]][Crate]
[![Downloads][Downloads Badge]][Crate]
[![Documentation][Documentation Badge]][Documentation]
[![Test][Test Badge]][Actions]
> *Fetching path names.*
## Installation
### `cargo`
You can add `path-name` as a dependency with the following command:
```console
$ cargo add path-name
```
Or by directly specifying it in the configuration like so:
```toml
[dependencies]
path-name = "0.1.0"
```
Alternatively, you can add it directly from the source:
```toml
[dependencies.path-name]
git = "https://github.com/nekitdev/path-name.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 `path-name` [here][Security].
## Contributing
If you are interested in contributing to `path-name`, make sure to take a look at the
[Contributing Guide][Contributing Guide], as well as the [Code of Conduct][Code of Conduct].
## License
`path-name` 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/path-name/actions
[Changelog]: https://github.com/nekitdev/path-name/blob/main/CHANGELOG.md
[Code of Conduct]: https://github.com/nekitdev/path-name/blob/main/CODE_OF_CONDUCT.md
[Contributing Guide]: https://github.com/nekitdev/path-name/blob/main/CONTRIBUTING.md
[Security]: https://github.com/nekitdev/path-name/blob/main/SECURITY.md
[License]: https://github.com/nekitdev/path-name/blob/main/LICENSE
[Crate]: https://crates.io/crates/path-name
[Documentation]: https://docs.rs/path-name
[License Badge]: https://img.shields.io/crates/l/path-name
[Version Badge]: https://img.shields.io/crates/v/path-name
[Downloads Badge]: https://img.shields.io/crates/dr/path-name
[Documentation Badge]: https://img.shields.io/docsrs/path-name
[Test Badge]: https://github.com/nekitdev/path-name/workflows/test/badge.svg