Macrosยง
- deflate_
file deflate_file!("file")
is equivalent toinclude_bytes!("file.gz")
.- deflate_
utf8_ file - This macro is identical to
deflate_file!()
, except it additionally performs UTF-8 validation.
deflate_file!("file")
is equivalent to include_bytes!("file.gz")
.deflate_file!()
, except it additionally performs UTF-8 validation.