nameof 1.0.0

Provides a Rust macro to determine the string name of a binding, type, or function.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[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, or function."
homepage = "https://github.com/SilentByte/nameof"
license = "MIT"
name = "nameof"
readme = "README.md"
repository = "https://github.com/SilentByte/nameof.git"
version = "1.0.0"