File Paths
Work with generic file paths, including relativity and resolution. This crate includes three versions:
- Common: functions simply consider absolute paths as starting with a path separator.
- Argumented: functions consider absolute paths according to given PlatformPathVariant.
- Native: functions consider absolute paths according to the build target.
Requirements:
- The Rust standard library (
std
).