Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rust-macros

"expected identifier" when creating a macro to define mutable variables at the same time

rust rust-macros

Passing nested struct field path as macro parameter

rust rust-macros

How can a macro match any token tree except comma

rust macros rust-macros

How can I assign "metadata" to a trait?

rust rust-macros

Infer the name of the calling crate to populate a doctest in a procedural macro

How to return a new String from a declarative macro?

Parsing content of brackets in rust proc_macro

Why does Rust think my private type must be public unless I use pub(crate)?

Exporting declarative macro that uses functions defined in crate

How do I provide optional generics as macro_rules arguments?

rust macros rust-macros

Can Rust macros be shared across editions?

Call `stringify!` inside macro

rust 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

How to export function and macro with the same name?

rust module rust-macros