4 个版本
0.1.3 | 2024年4月26日 |
---|---|
0.1.2 | 2024年4月24日 |
0.1.1 | 2024年4月24日 |
0.1.0 | 2024年4月24日 |
#284 在 压缩
每月 57 次下载
11KB
106 行
包含编译时压缩的文件
此过程宏可以在编译时压缩并包含你的二进制文件中的文件内容。
它可以在编译时包括CSS、JS文件的静态内容并对其进行压缩时很有用。
目前仅支持使用 flate2
库的 deflate
压缩。
示例
use include_file_compress::include_file_compress_deflate;
let _compressed =
include_file_compress_deflate!("data_samples/data.txt", 5);
依赖项
~0.7–1.2MB
~26K SLoC