2 个不稳定版本
使用旧的 Rust 2015
| 0.2.0 | 2018年2月16日 |
|---|---|
| 0.1.0 | 2018年2月16日 |
#104 in #generated-bindings
16KB
403 代码行
dirent-sys
为 Linux <dirent.h> 生成 Rust 绑定。可用于调用如 scandir(3) 和 seekdir(3) 的方法。
安装
$ cargo add dirent-sys
链接
- 文档
- crate
- https://docs.rs/libc/0.2.36/libc/struct.dirent.html
- https://github.com/libuv/libuv/blob/master/src/unix/fs.c#L389
- http://man7.org/linux/man-pages/man3/scandir.3.html
许可证
lib.rs:
为 Linux <dirent.h> 生成绑定。可用于调用如 scandir(3) 和 seekdir(3) 的方法。
无运行时依赖
~0–2MB
~38K SLoC