Module s8_metaprogramming

Source
Expand description

第二章:Rust核心概念 2.7 元编程

内容包括:

  • 反射
    • Rust 编译过程再解析
    • 声明宏
      • 标准库内置宏
      • 自定义宏
    • 过程宏
      • bang 宏
      • derive 宏
      • 属性宏
    • 过程宏实际项目的应用
      • dervie_more
      • metric
      • reflect

Functions§

any_refection
动态自省
attributes_proc_macros
属性宏
declarative_macros
声明宏
derive_proc_macros
介绍:serde.rs