typeid 1.0.2

Const TypeId and non-'static TypeId
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "typeid"
version = "1.0.2"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["no-std", "no-std::no-alloc"]
description = "Const TypeId and non-'static TypeId"
documentation = "https://docs.rs/typeid"
edition = "2018"
license = "MIT OR Apache-2.0"
repository = "https://github.com/dtolnay/typeid"
rust-version = "1.34"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = ["--generate-link-to-definition"]