1 个不稳定版本
0.1.0 | 2023 年 6 月 24 日 |
---|
#1514 在 过程宏
5KB
稳定的 Extend::extend_one
替代方案
是 Extend::extend_one
的稳定替代方案,并且不需要 #![feature(extend_one)]
示例
use proc_macro2 as pm2;
use extend1::Extend1;
let mut ts = pm2::TokenStream::new();
ts.extend1(pm2::Literal::string("Hello, world!"));
assert_eq!(ts.to_string(), "\"Hello, world!\"");
许可证
许可协议为 Apache License 2.0 或 MIT 许可证,您可任选其一。除非您明确声明,否则根据 Apache-2.0 许可证定义的,您有意提交以包含在此软件包中的任何贡献,都将按照上述方式进行双重许可,而不附加任何额外条款或条件。
依赖项
~57KB