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

Optional builtin http client #465

Merged
merged 2 commits into from
Oct 1, 2024
Merged

Conversation

izissise
Copy link
Contributor

With the custom transport implementation we're
able to provide a sans-io bollard crate.

This also remove the hard dependency on
tokio making possible to use other async runtime.

When the disabling default options (http, pipe),
fresh compile time is reduced from ~24s to ~14s
and rlib size from ~24MiB to ~11MiB.

With the custom transport implementation we're
able to provide a sans-io bollard crate.

This also remove the hard dependency on
tokio making possible to use other async runtime.

When the disabling default options (http, pipe),
fresh compile time is reduced from ~24s to ~14s
and rlib size from ~24MiB to ~11MiB.
@fussybeaver
Copy link
Owner

Hi, thanks for the PR and sorry for the delay in reviewing. This looks great, I've been thinking it would be great to be able to support other runtimes.

@fussybeaver
Copy link
Owner

Thanks, I think this opens the door to a more flexible library.

@fussybeaver fussybeaver merged commit 3dd77ad into fussybeaver:master Oct 1, 2024
14 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.

2 participants