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

Async rustls #20

Closed
wants to merge 2 commits into from
Closed

Async rustls #20

wants to merge 2 commits into from

Conversation

gaojiaqi7
Copy link
Contributor

Using prelude std for async-rustls and futures-io to make them compatible with no_std

This crate inherits from the `futures-io`crate and replaces its
dependency on std with 'rust-std-stub' using the prelude, with
some deletions made.

Signed-off-by: Jiaqi Gao <[email protected]>
This crate inherits from the `async-rustls` crate and replaces its
dependency on std with 'rust-std-stub' using the prelude.

Signed-off-by: Jiaqi Gao <[email protected]>
@gaojiaqi7 gaojiaqi7 marked this pull request as draft August 8, 2023 14:32
@gaojiaqi7 gaojiaqi7 closed this Oct 9, 2023
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