Crate rustlanges_components

Source

Macros§

concat
Concatenate const &str expressions and literals into a static string slice.
concat_bytes
Concatenate const &[u8] expressions and literals into a static byte slice.
concat_slices
Concatenate const &[T] expressions into a static slice.

Constants§

BASE_CLASS