Frank Rehberger

Results 34 comments of Frank Rehberger

Web-browser are getting more strict regarding file access. The access/import of files from dynamically created path strings will be blocked when using the file-protocol. Rustdoc's deep hierarchical folder structure (sub-folder...

Too, my feeling is the API would need some love, I would be pleased to see an API as done for Gluon https://github.com/gluon-lang/gluon/blob/master/book/src/embedding-api.md

I would like to implement a version of UdpSocket based on socket2::Socket, as I want to use the method socket2::Socket::send_to_vectored() The following declaration fails, as PollEvened and IoSource are not...

The native socket impl in rustlib is supporting Socket::sendmsg. So it would be possible to implement the functionality UdpSocket::send_to_vectored(), first provided in API of rustlib:std::net, then in mio and finally...