comptime-rs icon indicating copy to clipboard operation
comptime-rs copied to clipboard

Zig comptime using Rust proc macros

Results 3 comptime-rs issues
Sort by recently updated
recently updated
newest added

I've found this gem by accident and it seems to work correctly on stable rust. I suppose it would not hurt to push a relevant version out. While organizing the...

Thank you for this useful crate! I'm trying to use comptime in a crate that's being compiled for the wasm32-wasi target. Since a wasm file is not runnable (and has...

Thank you for this useful crate! I was trying to put comptime inside a macro_rules declarative macro in crate A, which uses $crate to refers to public exports in A....