tailhook / unshare

The low-level linux containers creation library for rust
Apache License 2.0
124 stars 27 forks source link

Implement AsRawFd for Pipe types + some clippy fixes #21

Closed idanski closed 7 months ago

idanski commented 3 years ago

Hey, I hope this is fine!

I needed to implement AsRawFd for pipes. On the way I did some clippy fixes.

Thanks!