Rust의 매크로 Declarative Macro (일반 매크로, macro_rules!) Procedural Macro (프로시저 매크로, proc_macro) Attribute-like Macro (#[derive(…)], #[test] 같은 것) Declarative Macro (선언형 매크로, macro_rules!) 사용 목적 반복적인 패턴을 줄이기 위한 규칙 기반 매크로 컴파일 타임에 코드가 치환되는 방식 (ex: C의...
dkko.hashnode.dev3 min read
No responses yet.