Lightweight compile-time expression evaluation.
This crate is inspired by Zig's comptime.
The expression returned by the contents of the comptime macro invocation will be parsed as Rust source code and inserted back into the call site.
Example
Lightweight compile-time expression evaluation.
This crate is inspired by Zig's comptime.
The expression returned by the contents of the comptime macro invocation will be parsed as Rust source code and inserted back into the call site.