Crate easify

source ·

Macros§

  • A procedural macro to create a tuple with dynamic number of arguments.
  • A procedural macro to unpack like in Python programming language, where you expect array of known size, thus making it easy to unpack.
  • A procedural macro to split the string and return tuple, where you know the number of arguments, thus making it easy to unpack.