首页 > 其他分享 >Macros --The Magic Wand of Rust

Macros --The Magic Wand of Rust

时间:2024-04-04 14:12:43浏览次数:17  
标签:magic like macros -- macro Macros vec Magic Rust

Hello and welcome to the wonderful world of Rust macros! Today, we will embark on an exciting adventure together to explore the magical powers of Rust macros. Are you ready? Bring your curiosity and let's go!

In Rust, macros are like wizards of programming. They can work magic at compile time, automatically generate code, and make your program full of surprises and creativity. Macro is like an intelligent little assistant to help you complete repetitive and tedious tasks, making your code more concise and elegant.

Creating a macro is as easy as magic. You just need to use macro_rules! Keyword, and then "whew!" A new macro is born. It's like a magic box, waiting for your instructions.

macro_rules! my_magic_box {
    ($x:expr) => {
        println!("The magic box contains a fantastic number: {}", $x);
    };
}

fn main() {
    my_magic_box!(42);
}

But wait! In the world of Rust, the power of macros comes with limitations. Rust's macro system is like a strict magic teacher, ensuring that your spells don't go out of control. So, when we create macros, we need to follow Rust's magic rules, carefully matching patterns, capturing variables, and generating valid code.

macro_rules! create_function {
    ($func_name:ident) => {
        fn $func_name() {
            println!("I'm a function created by magic!");
        }
    };
}

create_function!(magic_function);

fn main() {
    magic_function();
}

Sometimes, macros can expand like transformers, generating even more code. This is called "macro expansion," like an endless stream of surprises emerging from a magic box. By cleverly using macros, we can transform a small piece of code into a powerful program.

macro_rules! vec_macro {
    ($($x:expr),*) => {
        {
            let mut temp_vec = Vec::new();
            $(
                temp_vec.push($x);
            )*
            temp_vec
        }
    };
}

fn main() {
    let my_vec = vec_macro![1, 2, 3, 4, 5];
    println!("Behold my magical vector: {:?}", my_vec);
}

Beyond macro_rules!Rust offers even more advanced magic, such as procedural macros. They are like more powerful wizards, capable of reading and manipulating Rust's syntax tree at compile time. Procedural macros allow you to create even more complex and magical spells, but they require deeper magical training.

In a nutshell, macros in Rust are like a magical adventure. Through the macro system and rules provided by Rust, we can unleash the mighty power of metaprogramming, making our code smarter and more flexible.

标签:magic,like,macros,--,macro,Macros,vec,Magic,Rust
From: https://www.cnblogs.com/stephenTHF/p/18114143

相关文章

  • docker简单介绍
    当人们说“Docker”时,他们通常是指DockerEngine,它是一个客户端-服务器应用程序,由Docker守护进程、一个RESTAPI指定与守护进程交互的接口、和一个命令行接口(CLI)与守护进程通信(通过封装RESTAPI)。DockerEngine从CLI中接受docker命令,例如dockerrun、dockerps来列出正......
  • 代码随想录算法训练营第二十一天| 530. 二叉搜索树的最小绝对差 501. 二叉搜索树中的
    530.二叉搜索树的最小绝对差https://leetcode.cn/problems/minimum-absolute-difference-in-bst/description/TreeNodepre=null;intres=Integer.MAX_VALUE;publicintgetMinimumDifference(TreeNoderoot){if(root==null)return0;pr......
  • 数据库mysql面试题
    数据库(mysql)面试题主要从优化进行提问,还有事务以及其他进行提问。优化分别从四个方面进行讲述:主要从定位慢查询、SQL执行计划、索引(储存索引、索引底层数据结构、聚簇和非聚簇索引、索引创建原则、索引失效场景)和SQL优化经验进行概述 Q1:如何定位慢查询?导致慢查询的原因:......
  • MySQL问题 GROUP_CONCAT
    问题现象CREATEDATABASEtestCHARACTERSETutf8;USEtest;CREATETABLEuser(idINTNOTNULLPRIMARYKEYAUTO_INCREMENT,namevarchar(500),sextinyint(1))ENGINE=InnoDBCHARSET=utf8mb4;#插入500个字节的nameINSERTINTOuser(name,sex)VALUES('111......
  • day09-函数高级
    1.函数嵌套python中以函数为作用域,在作用域中定义的相关数据只能被当前作用域或子作用域使用。NAME="武沛齐"print(NAME)deffunc():print(NAME)func()1.1函数在作用域中其实,函数也是定义在作用域中的数据,在执行函数时候,也同样遵循:优先在自己作用域中寻找,没有则......
  • idea 安装了插件,显示已安装,实则没安装(重启后发现的)
    借用Plugininstalledbutnotavailable-Resolved看了上面的帖子,说是需要找到日志分析一下具体原因帖子里面安装了插件,实际上没安装是因为安装报错了,需要jdk1.6我安装jsonhelper这个插件一直没成功,是因为内存不足,更改了内存大小,重启安装即可。步骤打开"Helper"-......
  • Codeforces Round 937 (Div. 4)
    CodeforcesRound937(Div.4)B题是输出规律图形题,对于这种题不能直接不思考就上去模拟,而应该思考一下数学规律,往往是模意义下的规律。本题只需要模4以后的结果分为两类,分别讨论即可。对于模4可以利用位运算取出第二位的,这与模2同理。chars1='#';chars2='.';voidsolve(){......
  • 洛谷p1002(过河卒)
    题目描述 如图,A点有一个过河卒,需要走到目标B点。卒行走规则:可以向下、或者向右。同时在棋盘上的任一点有一个对方的马(如上图的C点),该马所在的点和所有跳跃一步可达的点称为对方马的控制点。例如下图C点上的马可以控制9个点(图中的P1,P2…P8和C)。卒不能通过对方马的控......
  • 【全开源】任务悬赏源码+接单系统+淘客(APP+H5+公众号)_博纳软云
    任务悬赏源码+接单系统+淘客(APP+H5+公众号):一站式解决方案,开启您的赚钱新纪元在当今这个数字化、信息化的时代,如何快速、高效地获取收益,成为众多用户关注的焦点。为此,我们隆重推出“任务悬赏源码+接单系统+淘客(APP+H5+公众号)”一站式解决方案,让您轻松开启赚钱新纪元。我们的任......
  • 【全开源】外卖微信小程序京东拼多多外卖cps|外卖红包优惠券源码美团饿了么红包_博纳
    外卖微信小程序京东拼多多外卖cps|外卖红包优惠券源码美团饿了么红包,这一串词汇,实际上代表了当今外卖市场的多元化发展和技术创新的融合。随着移动互联网的普及,外卖小程序已经成为人们日常生活中不可或缺的一部分。京东、拼多多等电商巨头也纷纷涉足外卖领域,通过cps模式与各大......