Macro include_bytes_zstd

Source
macro_rules! include_bytes_zstd {
    ($filename:literal, $level:literal) => { ... };
}
Expand description

Includes a file with zstd compression.

ยงArguments

  • filename - File name relative to the project root.
  • level: Compression level (1-21).