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

Serialises UUID as [u8:16] #331

Merged
merged 8 commits into from
Oct 3, 2018
Merged

Commits on Oct 2, 2018

  1. Fix uuid-rs#329

    * This commit adds a feature `dense_serde` which enables serialization
    and deserialization of a Uuid as a [u16; 8]
    Redrield committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    7d1741c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d08a0e View commit details
    Browse the repository at this point in the history
  3. Fix formatting for CI

    Redrield committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    94cbb49 View commit details
    Browse the repository at this point in the history
  4. Actually fix it

    Redrield committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    82a3049 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b122c3a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2018

  1. Configuration menu
    Copy the full SHA
    56978b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    635dd6e View commit details
    Browse the repository at this point in the history
  3. Get rid of debug messages

    Redrield committed Oct 3, 2018
    Configuration menu
    Copy the full SHA
    b1b2efe View commit details
    Browse the repository at this point in the history