postfix-macros:今天在稳定Rust上的Postfix宏

时间:2024-05-28 00:05:35
【文件属性】:

文件名称:postfix-macros:今天在稳定Rust上的Postfix宏

文件大小:19KB

文件格式:ZIP

更新时间:2024-05-28 00:05:35

Rust

后缀宏 今天在稳定的Rust上的Postfix宏。 postfix_macros! { arr. get ( 10 ). unwrap_or! ( return Err (())); "hello world" . println! (); 42 . assert_ne! ( 4 + 2 ); val. iter () . map ( | v | v. 1 ) . find ( | z | z. matches! (Custom :: Enum (_) | Custom :: EnumOther)) . dbg! (); } 警告:Alpha质量软件。 有优先级错误。 请在使用过程中手动验证您不受它们的影响。 解释 建议将后缀宏添加到Rust语言。 但是,lang团队成员仍然有非常基本的担忧,而且他们似乎无法很快解决,因此不太可能很快合并,即使有的话。 post


【文件预览】:
postfix-macros-master
----Cargo.toml(410B)
----.github()
--------workflows()
----src()
--------lib.rs(5KB)
----postfix-macros-impl()
--------Cargo.toml(310B)
--------lib.rs(11KB)
----examples()
--------url-parser.rs(427B)
----LICENSE(11KB)
----README.md(3KB)
----.editorconfig(164B)
----tests()
--------simple.rs(2KB)
--------pass_to.rs(1KB)
--------expr_end.rs(5KB)
--------builtin.rs(1KB)
----.gitignore(27B)
----CHANGELOG.md(245B)

网友评论