Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rust-macros

Parsing Attribute Macro Arguments in Rust

rust rust-macros

Is it possible to store state within Rust's procedural macros?

Is there any performance difference between macros and functions in Rust?

Rustlang: Adding a return statement in a macro

rust macros return rust-macros

Specifying generic parameter to belong to a small set of types

Is it possible to create a macro that implements Ord by delegating to a struct member?

rust rust-macros

Is macro_rules a regular macro?

rust rust-macros

Is it possible to get the expansion of a single macro instead of the whole file?

rust rust-cargo rust-macros

Pass entire macro input to another macro

Is there a way to pass named arguments to format macros without repeating the variable names?

rust rust-macros

Calculating maximum value of a set of constant expressions at compile time

rust rust-macros

How do I create a proc_macro_attribute?

How do I debug macros?

rust rust-macros

What does #[macro_use] before an extern crate statement mean?

rust rust-macros

Why do proc-macros have to be defined in proc-macro crate?

How to report errors in a procedural macro using the quote macro?

How to programmatically get the number of fields of a struct?

How to export function and macro with the same name?

rust module rust-macros