#stats #libc #fs #api-bindings #io-error #lstat #fstat

yanked fs-stat

libc's stat, lstat and fstat bindings to rust made accessible

0.1.7 Jul 26, 2020
0.1.3 Jul 26, 2020

#69 in #io-error

32 downloads per month

MIT license

9KB
90 lines

fs-stat

libc stat, lstat and fstat bindings to rust made accessible

Usage

Add the following to your Cargo.toml:

fs-stat = "0.1"

Features

All functions return standard std::io::Result with an std::io::Error if it find one and libc::stat if call was successful. Every unsafe bit and convertion magic from rust to C is handled by the library, so you don't have to write it :)

Contributing

Feel free to write an issue or suggest a pull request! I will be glad to further improve this library!

License

MIT License (LICENSE)

Dependencies

~230KB