Skip to content

Commit

Permalink
Expose more of std::path
Browse files Browse the repository at this point in the history
This commit exposes the `is_sep` function and `MAIN_SEP` constant, as
well as Windows path prefixes. The path prefix enum is safely exposed on
all platforms, but it only yielded as a component for Windows.

Exposing the prefix enum as part of prefix components involved changing
the type from `OsStr` to the `Prefix` enum, which is a:

[breaking-change]
  • Loading branch information
aturon committed Feb 16, 2015
1 parent e29f420 commit 4a9dd3f
Showing 1 changed file with 126 additions and 123 deletions.

0 comments on commit 4a9dd3f

Please sign in to comment.