1 stable release
1.0.0 | May 15, 2022 |
---|
#7 in #to-string
2KB
handy_macros
s!("&str") instead of "&str".to_string()
and
o!(borrowed_obj) instead of borrowed_obj.to_owned()
instead of annoyingly writing out .to_string() just do s!()
1.0.0 | May 15, 2022 |
---|
#7 in #to-string
2KB
s!("&str") instead of "&str".to_string()
and
o!(borrowed_obj) instead of borrowed_obj.to_owned()