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

WIP: Add dearbitrary functionality to turn an instance into its arbitrary byte sequence #94

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

Commits on Dec 25, 2021

  1. added preliminary support for revert mode

    # Conflicts:
    #	src/lib.rs
    bitwave committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    dd34c06 View commit details
    Browse the repository at this point in the history
  2. fixes for Box<[A]>

    # Conflicts:
    #	src/lib.rs
    bitwave committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    ca48fc1 View commit details
    Browse the repository at this point in the history
  3. added working derive

    # Conflicts:
    #	src/lib.rs
    bitwave committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    5e096d1 View commit details
    Browse the repository at this point in the history
  4. small cleanups

    bitwave committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    a87179c View commit details
    Browse the repository at this point in the history
  5. remove code

    bitwave committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    4fa1fbc View commit details
    Browse the repository at this point in the history
  6. added some doc

    bitwave committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    25283ed View commit details
    Browse the repository at this point in the history
  7. added more impls

    bitwave committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    2b87ed5 View commit details
    Browse the repository at this point in the history