logo
1
2
3
4
5
6
//! Following [`std`], we don't carry workarounds for Linux versions
//! older than 2.6.32.
//!
//! [`std`]: https://github.com/rust-lang/rust/pull/74163

pub(crate) mod fs;