#directory-recursively #create #compile-time #file-path #byte #read #content

nightly include_dir_bytes

递归读取目录,并在编译时以文件路径作为键创建包含这些内容的 HashMap

3 个不稳定版本

使用旧的 Rust 2015

0.2.1 2017年10月25日
0.2.0 2017年10月25日
0.1.0 2017年10月19日

#16 in #directory-recursively


用于 embed_staticfile

MIT 许可证

6KB
84

include_dir_bytes

递归读取目录,并在编译时以文件路径作为键创建包含这些内容的 HashMap

用法

将此添加到您的 Cargo.toml

[dependencies]
include_dir_bytes = "0.2"

并像这样使用它

#![feature(plugin)]
#![plugin(include_dir_bytes)]

// ...

let file_map = include_dir!("path/to/dir");

依赖关系

~53KB