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

Support custom transceiver implementations #8

Merged
merged 2 commits into from
Nov 1, 2023

Conversation

benny-n
Copy link
Owner

@benny-n benny-n commented Oct 16, 2023

  • The Transceiver trait is now public by being exported at the crate level.
  • Added Server:: with_config_and_transceiver to allow creating a Server with a custom Transceiver implementation.
  • Added Client:: with_config_and_transceiver to allow creating a Client with a custom Transceiver implementation.

@benny-n benny-n linked an issue Oct 16, 2023 that may be closed by this pull request
@benny-n benny-n merged commit a991b1b into main Nov 1, 2023
1 check passed
@benny-n benny-n deleted the support-custom-transceiver branch November 1, 2023 16:13
@benny-n benny-n mentioned this pull request Aug 14, 2024
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.

Trait Transceiver is not public
1 participant