Crate of the Week

Self-nomination: constcat. A tiny crate that provides concat! macros that also support const variables and expressions.

  • concat!: like std::concat! but it also supports const variables and expressions.
  • concat_bytes!: like std::concat_bytes! but it also supports const variables and expressions.
  • concat_slices!: concatenate const &[T] variables and expressions.
3 Likes