Extract type safe structured data from environment variables with procedural derive macros
Proc macro derive implementation for configloader
Proc macro to derive compile-time struct initialization from .env files via dotenvy_macro.
Provides a way to obtain values from the environment after any serde deserialization.
Proc macro used by Twelf crate
A highly parallel Perl 5 interpreter written in Rust
A convenient macro for working with multiple procedural macros in one crate, and to import them from any arbitrary paths. Reduces boilerplate and repetition, and improves readability.
A minimal abstraction for IPC via unix sockets.
Vulkan API bindings generated entirely from vk.xml, with a complete safe RAII wrapper covering compute and graphics: instance/device/queue, buffer, image, sampler, render pass, framebuffer, graphics + compute pipelines, swapchain, a VMA-style sub-allocator with TLSF + linear pools and defragmentation, sync primitives (fences, binary + timeline semaphores, sync2 barriers), query pools, and optional GLSL/WGSL/HLSL→SPIR-V compilation via naga or shaderc. Supports Vulkan 1.2.175 onward — swap vk.xml and rebuild.
Proc macros crate of the `setty` library.
WiFi STA+AP manager for Embassy (esp-radio, embassy-net)
Derive-based environment variable configuration loader for Rust structs