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

Create with overwrite creates file if it doesn't exist #58

Merged
merged 1 commit into from
Jan 7, 2024

Conversation

Kimahriman
Copy link
Owner

Make create with overwrite a little more user friendly and allow creating a file if it doesn't already exist. This is what other file systems typical behavior would be.

Also makes WriteOptions a little more user friendly with helper functions that can be chained, and create takes an impl AsRef<WriteOptions> now so a borrowed value can be passed in.

@Kimahriman Kimahriman merged commit 43e7739 into master Jan 7, 2024
7 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.

1 participant