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

Improve io and error #3

Merged
merged 1 commit into from
Nov 11, 2020
Merged

Improve io and error #3

merged 1 commit into from
Nov 11, 2020

Conversation

Pratyush
Copy link
Member

This makes the API match that of std better.

@Pratyush Pratyush merged commit 0825eea into master Nov 11, 2020
@Pratyush Pratyush deleted the improve-io-error branch November 11, 2020 07:30
@burdges
Copy link

burdges commented Jan 19, 2022

I'll remark that (1) https://github.com/dataphract/acid_io exists and that (2) small box, or more tiny box, optimizations are both doable in Rust and permit roughly pub type IOErrorType = TinyBox<dyn ErrorTrait> where ErrorTrait removes BackTrace rust-lang/rust#48331 (comment) although doing so disrupts niches under some particular scenario.

Nothing to worry about right now. :)

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