Crate lazy_link

Source

Macros§

obfstr
Compiletime string constant obfuscation.

Structs§

NoCache
Do not cache the resolved value.
StaticAtomicCache
Implementation of the "static-atomic" cache mode.
StaticCache
Implementation of the "static" cache mode.

Traits§

Cache
A trait representing different caching strategies for resolved function pointers.

Attribute Macros§

lazy_link
Marks an external block to be resolved by the specified resolver.