moonbitlang/async/raw_fd does not have a README file
pub struct RawFd {
fd : Int
// private fields
}pub struct RawFdStream {
fd : Int
// private fields
}impl Reader for RawFdStreamasync fn _direct_read(self : RawFdStream, buf : FixedArray[Byte], offset~ : Int, max_len~ : Int) -> Intimpl Writer for RawFdStreamAsynchronous programming library for MoonBit