#macro #to-string #annoyingly

handy_macros

instead of annoyingly writing out .to_string() just do s!()

1 stable release

1.0.0 May 15, 2022

#5 in #to-string

MIT license

2KB

handy_macros

s!("&str") instead of "&str".to_string()
and
o!(borrowed_obj) instead of borrowed_obj.to_owned()

No runtime deps