Crate add_macro

source ·
Expand description

This crate adds the some useful macros for easily work, which will help you write code too faster! =)

Re-exports§

Modules§

Macros§

  • This macro adds fast creation of array std::collections::VecDeque.
  • This macro adds convenient error information output to the console with using string formatting as in the format macro (output example: “[2000-01-01T01:00:00.000001] (error) Something went wrong..”).
  • This macro makes it much easier to read the console buffer.
  • This macro allows you to quickly convert one data type to another in just one code line.
  • This macro adds convenient information output to the console with using string formatting as in the format macro (output example: “[2000-01-01T01:00:00.000001] Hello world”).
  • This macro adds fast creation of associative array std::collections::HashMap.
  • A handy macro for quickly creating regular expressions regex::Regex.
  • This macro adds fast creation of array std::collections::HashSet.
  • This macro allows you to quickly and safely convert a str slice into a String object, if necessary, using formatting as in the format macro.

Derive Macros§