#macro #to-string #annoyingly

handy_macros

避免令人烦恼地编写 .to_string(),只需使用 s!() 即可

1 个稳定版本

1.0.0 2022 年 5 月 15 日

#6#to-string

MIT 许可证

2KB

handy_macros

s!("&str") 而不是 "&str".to_string()
以及
o!(borrowed_obj) 而不是 borrowed_obj.to_owned()

无运行时依赖