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

A little bit QoL cleaning up... #84

Merged
merged 6 commits into from
Mar 7, 2024
Merged

Commits on Mar 6, 2024

  1. Put data def and parsing code to proper places.

    `try_from()` and associated error types for string->enum mappings should go under format/
    node data should all be defined under node/
    Richardn2002 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    017c107 View commit details
    Browse the repository at this point in the history
  2. Typo.

    I am sorry.
    Richardn2002 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    7a9fae5 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Remove enums.rs.

    Inline enum variant matching, like the rest of `payload.rs`.
    Richardn2002 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    3b6d89c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efa417f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d5414e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0bd7b8 View commit details
    Browse the repository at this point in the history