type-sig-type

Crates.iotype-sig-type
lib.rstype-sig-type
version0.1.4
created_at2024-12-27 13:34:53.459601+00
updated_at2024-12-27 17:26:18.448447+00
descriptiontype-sig: Internal crate that defines the TypeSignature structure, don't use this directly.
homepage
repositoryhttps://github.com/ay0ks/type-sig
max_upload_size
id1496408
size3,655
Dymitr (ay0ks)

documentation

README

Crates.io Version docs.rs This crate allows you to get a recursive type signature of a provided type.

Example:

type_sig!(u8) // TypeSignature { name: "u8", id: TypeId(..), .. }
type_sig!(*const *mut u8) // TypeSignature { name: "*const *mut u8", .., children: [TypeSignature { name: "*mut u8", .. }] }
Commit count: 0

cargo fmt