app-path 1.1.2

Create file paths relative to your executable for truly portable applications
Documentation
1
2
3
4
5
6
7
//! Trait implementation tests split into logical modules for better organization.

mod comparison;
mod conversion;
mod display;
mod integration;
mod std_traits;