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

Added serde support for Image type #57

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Dec 29, 2022

  1. Add serde for ImageBase

    Christopher Field committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    e8ca3c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Add NAME constant to trait

    This is needed to make (de)serialization easier. I don't know of a
    better way to handle this without defining the `Serialize` trait for
    each `C` of the `ImageBase` or handling PhantomData.
    Christopher Field committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    7eda8a6 View commit details
    Browse the repository at this point in the history
  2. Add dependency for creating unit tests

    Christopher Field committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    366e913 View commit details
    Browse the repository at this point in the history
  3. Add unit test and minimum working implementation

    Christopher Field committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    d989cad View commit details
    Browse the repository at this point in the history
  4. Add stub deserialization implementation

    Christopher Field committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    79fcc47 View commit details
    Browse the repository at this point in the history
  5. Add deserialize implementation

    Christopher Field committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    faf95e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. Merge branch 'master' into feature-image-serde

    Christopher Field committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    1b655e2 View commit details
    Browse the repository at this point in the history