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

feat(api): rewrite entire API to be like std::fs #21

Merged
merged 1 commit into from
Oct 24, 2019
Merged

Conversation

zkat
Copy link
Owner

@zkat zkat commented Oct 22, 2019

Fixes: #13

BREAKING CHANGE: The entire API surface has been rewritten and overhauled. Instead of breaking up the package into get/put/rm/ls modules, everything is now available mostly through the toplevel module, following the same conventions as std::fs for its operations. Associated structs and other types have also been renamed. Please refer to the documentation for the new API, and I hope you find it more ergonomic!

@zkat zkat force-pushed the zkat/fs-like-api branch 4 times, most recently from 773296a to bb85588 Compare October 22, 2019 19:03
@zkat zkat added the semver-major Semver-breaking change label Oct 23, 2019
@zkat zkat force-pushed the zkat/fs-like-api branch from bb85588 to d853a74 Compare October 23, 2019 03:35
Fixes: #13

BREAKING CHANGE: The entire API surface has been rewritten and overhauled. Instead of breaking up the package into get/put/rm/ls modules, everything is now available mostly through the toplevel module, following the same conventions as std:fs for its operations. Associated structs and other types have also been renamed. Please refer to the documentation for the new API, and I hope you find it more ergonomic!
@zkat zkat force-pushed the zkat/fs-like-api branch from d853a74 to cc4fc78 Compare October 23, 2019 03:41
@zkat zkat merged commit 743476b into latest Oct 24, 2019
@zkat zkat deleted the zkat/fs-like-api branch October 24, 2019 04:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver-major Semver-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New HashMap-like API
1 participant