Skip to content

Instantly share code, notes, and snippets.

@kinggoesgaming
Last active February 5, 2018 17:42
Show Gist options
  • Save kinggoesgaming/01c4409034ade85f836911888fad7e28 to your computer and use it in GitHub Desktop.
Save kinggoesgaming/01c4409034ade85f836911888fad7e28 to your computer and use it in GitHub Desktop.
mod prelude;
mod serde_support;
mod std_support;
mod v1;
mod v3;
mod v4;
mod v5;
enum UuidVariant {..}
enum UuidVersion {..}
struct Hyphenated {..}
struct Simple {..}
struct Urn {..}
struct Uuid {..}

Notes

  • I have not added privacy rules for each item. That is part of discussion for the issue.
  • I have not added fields and variants for structs and enums.
  • This is WIP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment