Crates.io | string_mac |
lib.rs | string_mac |
version | 1.0.0 |
source | src |
created_at | 2022-12-30 18:22:36.07116 |
updated_at | 2022-12-30 18:29:03.223492 |
description | A lazy man's String macro |
homepage | |
repository | https://github.com/bksalman/string-mac |
max_upload_size | |
id | 747983 |
size | 2,885 |
Usage:
let s = string!("some kind of string");
that's it, I just don't wanna write String::from("")
every time