ident_concat 0.3.0

Concatenates identifiers.
Documentation
  • Coverage
  • 100%
    3 out of 3 items documented2 out of 2 items with examples
  • Size
  • Source code size: 3.29 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 248.68 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • TudbuT/ident-concat
    1 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • TudbuT

Concatenates identifiers.

Yet again, I am making a crate with the amount of code that is actually necessary: <50 SLOC, 0 dependencies.

use ident_concat::ident;
let ident!(a b) = 4;
assert_eq!(ab, ident!(a b));