Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Disk::file_system() to return &OsStr #1107

Merged

Conversation

chklauser
Copy link
Contributor

@chklauser chklauser commented Oct 20, 2023

As discussed in #1105, this PR changes the public interface Disk::file_system() to return an &OsStr instead of a &[u8].

(I've decided to move the MSRV change into a separate PR #1108 because there is really no connection between these two PRs)

@chklauser chklauser force-pushed the disk-file-system-to-os-str branch from 68923d2 to 24b2d37 Compare October 20, 2023 22:11
@chklauser chklauser force-pushed the disk-file-system-to-os-str branch from 24b2d37 to ced0029 Compare October 20, 2023 23:07
@chklauser chklauser mentioned this pull request Oct 20, 2023
@chklauser chklauser marked this pull request as ready for review October 20, 2023 23:16
@GuillaumeGomez
Copy link
Owner

Some questions and potentially improvement but otherwise it'll greatly improve the API. Thanks a lot for suggesting and doing it!

@GuillaumeGomez
Copy link
Owner

Thanks!

@GuillaumeGomez GuillaumeGomez merged commit 5f69334 into GuillaumeGomez:master Oct 22, 2023
67 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants