app-path 0.2.7

Create file paths relative to your executable for truly portable applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "app-path"
version = "0.2.7"
edition = "2021"
authors = ["David Krasnitsky <dikaveman@gmail.com>"]
description = "Create file paths relative to your executable for truly portable applications"
license = "MIT OR Apache-2.0"
repository = "https://github.com/DK26/app-path-rs"
homepage = "https://github.com/DK26/app-path-rs"
documentation = "https://docs.rs/app-path"
readme = "README.md"
keywords = ["filesystem", "portable", "paths", "executable", "cross-platform"]
categories = ["filesystem", "development-tools"]

[dependencies]
# Your dependencies here