Crates.io | lazy_link_derive |
lib.rs | lazy_link_derive |
version | 0.1.1 |
source | src |
created_at | 2024-09-27 15:25:01.264758 |
updated_at | 2024-09-27 15:40:58.829933 |
description | lazy_link is a Rust proc macro for dynamic runtime lookup of external functions, supporting custom resolvers, caching and no_std environments. |
homepage | |
repository | https://github.com/WolverinDEV/lazy-link |
max_upload_size | |
id | 1388727 |
size | 45,575 |
This is a procedural macro crate for lazy_link.
It is not intended for direct usage and is meant to be used as a supporting library for lazy_link
.