rust-macro topic

List rust-macro repositories

assert-impl

5
Stars
0
Forks
Watchers

Macro for static assert that types implement a trait or not.

litrs

41
Stars
5
Forks
Watchers

Parsing and inspecting Rust literals (particularly useful for proc macros)

pipeline.rs

241
Stars
7
Forks
Watchers

:umbrella: => :partly_sunny: => :sunny:

rust-delegate

423
Stars
18
Forks
Watchers

Rust method delegation with less boilerplate

getset

318
Stars
22
Forks
Watchers

Getters and Setters for Rust.

zkp

151
Stars
34
Forks
Watchers

Experimental zero-knowledge proof compiler in Rust macros

include-flate

127
Stars
7
Forks
Watchers

A variant of include_bytes!/include_str! with compile-time deflation and runtime lazy inflation

default-args.rs

83
Stars
1
Forks
Watchers

zero runtime cost default arguments in rust

born

46
Stars
5
Forks
Watchers

Remove code duplication from Struct and Enum with functional macros.

pomelo

48
Stars
7
Forks
Watchers

Implementation of the Lemon parser generator as a Rust procedural macro