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

SDK, reorganize mod structure for clarity #4749

Merged
merged 13 commits into from
Feb 6, 2024
Merged

Commits on Feb 2, 2024

  1. SDK, reorganize mod structure for clarity

    Moves a couple of utility functions from the root level into a pub channel and utils mod. Should make the docs a lot easier to read. Also aligns the crate file structure with its pub interface for clarity.
    
    This is technically a breaking change, but all moved functions are very new, and I don't expect teams to already be depending on them. And if they are, the compiler error message should make migration not too difficult.
    jul-sh committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    c4e68f0 View commit details
    Browse the repository at this point in the history
  2. fix warnings

    jul-sh committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    9caff1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a54923 View commit details
    Browse the repository at this point in the history
  4. fix typo

    jul-sh committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    27d6ff5 View commit details
    Browse the repository at this point in the history
  5. improve doc comment

    jul-sh committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    2668cdc View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. pub use the log crate

    jul-sh committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    8c341e6 View commit details
    Browse the repository at this point in the history
  2. fix typo

    jul-sh committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    23bc686 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64cb8a5 View commit details
    Browse the repository at this point in the history
  4. fix typo

    jul-sh committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    a8c41f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    02694a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7780993 View commit details
    Browse the repository at this point in the history
  7. appease clippy

    jul-sh committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    0559792 View commit details
    Browse the repository at this point in the history
  8. appease clippy 2

    jul-sh committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    99d56c6 View commit details
    Browse the repository at this point in the history