Docs.rs
no-std-compat-0.4.1
no-std-compat 0.4.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
jD91mZM2
Dependencies
hashbrown ^0.8.1
normal
optional
spin ^0.5.2
normal
optional
libc ^0.2.74
dev
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
no_
std_
compat
0.4.1
Module any
Module Items
Structs
Traits
Functions
In crate no_
std_
compat
no_std_compat
Module
any
Copy item path
Source
Structs
§
TypeId
A
TypeId
represents a globally unique identifier for a type.
Traits
§
Any
A trait to emulate dynamic typing.
Functions
§
type_
name
Returns the name of a type as a string slice.
type_
name_
of_
val
Returns the type name of the pointed-to value as a string slice.