app-path 1.1.2

Create file paths relative to your executable for truly portable applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
// Test modules for app-path
// Organized by functionality for better maintainability

mod basic;
mod constructors;
mod directory_creation;
mod error_handling;
mod macros;
mod overrides;
mod path_manipulation;
mod traits;