break-hash-example 1.1.0

An example of changing Hash impl in a minor version bump
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[lib]
name = "break_hash_example"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "An example of changing Hash impl in a minor version bump"
edition = "2024"
license = "MIT"
name = "break-hash-example"
readme = false
repository = "https://github.com/kevinheavey/break-hash-example"
version = "1.1.0"