Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in rust-macros
"expected identifier" when creating a macro to define mutable variables at the same time
Nov 02, 2025
rust
rust-macros
Passing nested struct field path as macro parameter
Oct 29, 2025
rust
rust-macros
How can a macro match any token tree except comma
Oct 29, 2025
rust
macros
rust-macros
How can I assign "metadata" to a trait?
Oct 29, 2025
rust
rust-macros
Infer the name of the calling crate to populate a doctest in a procedural macro
Oct 26, 2025
rust
doctest
rust-macros
rust-proc-macros
How to return a new String from a declarative macro?
Oct 25, 2025
string
rust
rust-macros
rust-decl-macros
Parsing content of brackets in rust proc_macro
Oct 25, 2025
rust
rust-macros
rust-proc-macros
Why does Rust think my private type must be public unless I use pub(crate)?
Oct 21, 2025
rust
module
encapsulation
rust-macros
Exporting declarative macro that uses functions defined in crate
Oct 18, 2025
rust
macros
rust-macros
rust-crates
How do I provide optional generics as macro_rules arguments?
Oct 17, 2025
rust
macros
rust-macros
Can Rust macros be shared across editions?
Oct 16, 2025
rust
macros
rust-macros
rust-2018
rust-2021
Call `stringify!` inside macro
Oct 13, 2025
rust
rust-macros
Parsing Attribute Macro Arguments in Rust
Sep 19, 2025
rust
rust-macros
Is it possible to store state within Rust's procedural macros?
Sep 15, 2025
rust
rust-macros
rust-proc-macros
Is there any performance difference between macros and functions in Rust?
Sep 13, 2025
performance
rust
performance-testing
rust-macros
Rustlang: Adding a return statement in a macro
Sep 07, 2025
rust
macros
return
rust-macros
Specifying generic parameter to belong to a small set of types
Sep 08, 2025
generics
rust
traits
rust-macros
Is it possible to create a macro that implements Ord by delegating to a struct member?
Mar 11, 2023
rust
rust-macros
Is macro_rules a regular macro?
Mar 02, 2023
rust
rust-macros
How to export function and macro with the same name?
Sep 04, 2025
rust
module
rust-macros
Older Entries »