hash32-derive 0.1.1

Macros 1.1 implementation of #[derive(Hash32)]
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
authors = ["Jorge Aparicio <jorge@japaric.io>"]
categories = ["no-std"]
description = "Macros 1.1 implementation of #[derive(Hash32)]"
keywords = ["32-bit", "hash", "derive"]
license = "MIT OR Apache-2.0"
name = "hash32-derive"
repository = "https://github.com/japaric/hash32"
version = "0.1.1"

[lib]
proc-macro = true

[dependencies]
quote = "1.0.9"
syn = "1.0.72"
proc-macro2 = "1.0.27"