close() fds that have nothing more to read

This commit is contained in:
Qyriad 2026-03-19 21:39:11 +01:00
parent b11627d030
commit 16f2649334
3 changed files with 108 additions and 67 deletions

View file

@ -35,7 +35,9 @@ pub(crate) mod prelude {
pub use bstr::ByteSlice;
pub use tap::{Pipe, Tap, TapFallible};
pub use rustix::io::Errno;
pub use tap::{Pipe, Tap, TapFallible, TapOptional};
pub use tracing::{Level, debug, error, info, trace, warn};