hashfn 0.2.0

A procedural macro to generate a hash representation of a function as a string slice
Documentation
[dependencies.quote]
version = "1.0.18"

[dependencies.sha2]
version = "0.10.2"

[dependencies.syn]
features = ["full"]
version = "1.0.93"

[lib]
proc-macro = true

[package]
authors = ["Tyrone Tudehope <tyrone@bushcraft.dev>"]
categories = ["development-tools::procedural-macro-helpers"]
description = "A procedural macro to generate a hash representation of a function as a string slice"
documentation = "https://docs.rs/hashfn"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "hashfn"
readme = "README.md"
repository = "https://github.com/johnnynotsolucky/hashfn"
version = "0.2.0"