Skip to content

[1.0] Take S: AsRef<Path> rather than &Path #167

@tgross35

Description

@tgross35

For API such as https://docs.rs/glob/latest/glob/struct.Pattern.html#method.matches_path, take a more general AsRef<Path> rather than Path.

We may even want to take AsRef<OsStr>, which would allow combining the &str and &Path API

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions