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

clean up exposed crate features #50

Merged
merged 1 commit into from
Nov 16, 2023
Merged

clean up exposed crate features #50

merged 1 commit into from
Nov 16, 2023

Commits on Nov 16, 2023

  1. clean up exposed crate features

    - Put `TokioExecutor` and `TokioIo` into a single `rt::tokio` module.
    - The `rt::tokio` module is behind a `tokio` crate feature.
    - Changed `auto` crate feature to `server-auto`.
    - Added `client-legacy` crate feature, with `client::legacy` behind it.
    - Removed `tcp` and `runtime` features, code now depends on the `tokio`
      feature.
    seanmonstar committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    990f918 View commit details
    Browse the repository at this point in the history