Currently when receiving a file descriptor the caller has to do quite a lot of manual work including unsafe code to turn it into a safe fs::File before it's actually useful. Since basically everyone will do that it'd be great if zbus itself could handle this so you just get a safe fs::File handle you can use.
Currently when receiving a file descriptor the caller has to do quite a lot of manual work including unsafe code to turn it into a safe
fs::Filebefore it's actually useful. Since basically everyone will do that it'd be great ifzbusitself could handle this so you just get a safefs::Filehandle you can use.