2 unstable releases

Uses old Rust 2015

0.2.0 Feb 16, 2018
0.1.0 Feb 16, 2018

#6 in #man3

Download history 6/week @ 2023-11-09 6/week @ 2023-11-16 7/week @ 2023-11-23 13/week @ 2023-11-30 5/week @ 2023-12-07 6/week @ 2023-12-14 8/week @ 2023-12-21 2/week @ 2023-12-28 3/week @ 2024-01-04 5/week @ 2024-01-11 7/week @ 2024-01-18 7/week @ 2024-01-25 6/week @ 2024-02-01 10/week @ 2024-02-08 30/week @ 2024-02-15 75/week @ 2024-02-22

122 downloads per month

Apache-2.0

16KB
403 lines

dirent-sys

crates.io version build status downloads docs.rs docs

Generated Rust bindings for Linux <dirent.h>. Useful to call methods like scandir(3) and seekdir(3).

Installation

$ cargo add dirent-sys

License

Apache-2.0


lib.rs:

Generated bindings for Linux <dirent.h>. Useful to call methods like scandir(3) and seekdir(3).

No runtime deps

~0–1.9MB
~38K SLoC