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

epoch: derive Hash #170

Merged
merged 3 commits into from
Nov 6, 2022
Merged

epoch: derive Hash #170

merged 3 commits into from
Nov 6, 2022

Commits on Nov 6, 2022

  1. epoch: derive Hash

    Hash is required if we want structures like
    "HashMap" or "BTreeMap" indexed by an `Epoch`
    
    Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
    gwbres committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    efe7d62 View commit details
    Browse the repository at this point in the history
  2. epoch: derive Hash

    Implement Hash ourselves so it is consistent with PartialEq
    
    Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
    gwbres committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    0d246ad View commit details
    Browse the repository at this point in the history
  3. Cargo fmt

    ChristopherRabotin committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    0a1b05d View commit details
    Browse the repository at this point in the history