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

Implement shared custom data (re-worked) based on the previous work from kitgxrl #435

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on May 14, 2024

  1. Add transmitter sender data layer for asynchronous client

    Added a fairly indepth example client.
    thebashpotato committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a2e42de View commit details
    Browse the repository at this point in the history
  2. Fixed all clippy warnings.

    There were many warnings causing the `make clippy` command to fail.
    Some of the more noticable changes are moving the client.rs code
    to the corresponding mod.rs and deleting the former. This was to
    stop the clippy module inception warning. All unit tests, doc tests,
    and examples are passing.
    thebashpotato committed May 14, 2024
    Configuration menu
    Copy the full SHA
    f828ec3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b386b0c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Refactor example code and documentation.

    Put client.rs modules back, and explicitly allow the clippy warnings.
    thebashpotato committed May 16, 2024
    Configuration menu
    Copy the full SHA
    82d5703 View commit details
    Browse the repository at this point in the history