file_paths 0.1.0

Work with generic file paths for different platforms.
Documentation

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.