tyname 0.1.0

Retrieve type names during program execution on stable Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "tyname"
version = "0.1.0"
authors = ["Robin Freyler <robbepop@web.de>"]
edition = "2018"
license = "MIT/Apache-2.0"

keywords = ["typename", "name", "type"]
categories = ["rust-patterns", "value-formatting"]

homepage = "https://github.com/robbepop/tyname"
repository = "https://github.com/robbepop/tyname"
description = "Retrieve type names during program execution on stable Rust."
documentation = "https://docs.rs/tyname/"
readme = "README.md"