-
Notifications
You must be signed in to change notification settings - Fork 10
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
Audit smol #83
Comments
notgull
added a commit
to smol-rs/async-fs
that referenced
this issue
Sep 26, 2023
This is a breaking change, but I think it's justified for two reasons: - It removes all unsafe code from this crate. - FromRawFd is superseded by From<OwnedFd> cc rust-secure-code/safety-dance#83 Signed-off-by: John Nunley <dev@notgull.net>
To summarize:
If you need any help, please use me as a resource! I'm most available at the mailbox dev@notgull.net |
notgull
added a commit
to smol-rs/async-fs
that referenced
this issue
Sep 27, 2023
This is a breaking change, but I think it's justified for two reasons: - It removes all unsafe code from this crate. - FromRawFd is superseded by From<OwnedFd> cc rust-secure-code/safety-dance#83 Signed-off-by: John Nunley <dev@notgull.net>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
...is still not nearly as popular as Tokio, but it does get 210k downloads per month by Lib.rs's count.
They are preparing to cut a 2.0 release.
Of its constituent crates,
smol
,async-channel
,async-net
,blocking
; andasync-executor
,async-fs
,async-io
,async-lock
,async-process
,async-task
,futures-lite
,polling
.The text was updated successfully, but these errors were encountered: