You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Avril 8fcd1929a4
Added default feature `default-cloexec`: If this feature is set, file-descriptors will be created with the close-on-exec flag (`MFD_CLOEXEC` for memfds, `FD_CLOEXEC` for other pseudofiles and `O_CLOEXEC` for `open()` calls.)
6 months ago
..
managed.rs Added io::Read/Write impls for `ManagedFD` and `MemoryFile`. 2 years ago
memory.rs Added default feature `default-cloexec`: If this feature is set, file-descriptors will be created with the close-on-exec flag (`MFD_CLOEXEC` for memfds, `FD_CLOEXEC` for other pseudofiles and `O_CLOEXEC` for `open()` calls.) 6 months ago
raw.rs Added io::Read/Write impls for `ManagedFD` and `MemoryFile`. 2 years ago
unmanaged.rs Added fd-aliasing for Un/ManagedFD 2 years ago