Crate facet_opaque

Crate facet_opaque 

Source
Expand description

Facet logo - a reflection library for Rust   facet-opaque

experimental free of syn crates.io documentation MIT/Apache-2.0 licensed

Thanks to all individual and corporate sponsors, without whom this work could not exist:

Ko-fi GitHub Sponsors Patreon Zed

Provides helpers around type-erased pointers like OpaqueUninit, OpaqueConst, Opaque for Facet types.

§License

Licensed under either of:

at your option. Opaque pointers

TODO: should these carry a Layout around? That would be neat actually.

Structs§

Opaque
A type-erased pointer to an initialized value
OpaqueConst
A type-erased read-only pointer to an initialized value.
OpaqueUninit
A type-erased pointer to an uninitialized value