string_mac 1.0.0

A lazy man's String macro
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented1 out of 1 items with examples
  • Size
  • Source code size: 2.57 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 988.57 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • BKSalman/string-mac
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • BKSalman

String Macro

Usage:

let s = string!("some kind of string");

that's it, I just don't wanna write String::from("") every time