about summary refs log tree commit diff
path: root/library/std/src/os/cygwin/mod.rs
blob: 638f738dac80626d77cb2cd10e5a0b575d50e5cc (plain)
1
2
3
4
//! Cygwin-specific definitions
#![stable(feature = "raw_ext", since = "1.1.0")]
pub mod fs;
pub mod raw;