handy_macros

Crates.iohandy_macros
lib.rshandy_macros
version1.0.0
sourcesrc
created_at2022-05-15 00:28:07.890372
updated_at2022-05-15 00:28:07.890372
descriptioninstead of annoyingly writing out .to_string() just do s!()
homepage
repositoryhttps://github.com/salmmanfred/handy_macros
max_upload_size
id586824
size2,628
(salmmanfred)

documentation

README

handy_macros

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

Commit count: 3

cargo fmt