Source code
Revision control
Copy as Markdown
Other Tools
[package]
name = "typeid"
version = "1.0.3"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["no-std", "no-std::no-alloc"]
description = "Const TypeId and non-'static TypeId"
edition = "2018"
license = "MIT OR Apache-2.0"
rust-version = "1.34"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = [
"--generate-link-to-definition",
]