nameof 1.2.2

Provides a Rust macro to determine the string name of a binding, type, const, or function.
Documentation
[[test]]
edition = "2015"
name = "nameof_type_2015_edition"
path = "tests/nameof_type_2015_edition.rs"

[[test]]
edition = "2018"
name = "nameof_type_2018_edition"
path = "tests/nameof_type_2018_edition.rs"
[badges.travis-ci]
branch = "master"
repository = "SilentByte/nameof"

[package]
authors = ["Rico A. Beti <rico.beti@silentbyte.com>"]
description = "Provides a Rust macro to determine the string name of a binding, type, const, or function."
homepage = "https://github.com/SilentByte/nameof"
license = "MIT"
name = "nameof"
readme = "README.md"
repository = "https://github.com/SilentByte/nameof.git"
version = "1.2.2"