softprops / hyperlocal

🔌 ✨rustlang hyper bindings for local unix domain sockets
MIT License
227 stars 46 forks source link

SocketIncoming is not exported #31

Closed kornelski closed 4 years ago

kornelski commented 4 years ago

bind_unix returns Builder<SocketIncoming>, but SocketIncoming isn't exported from the crate, so I can't name it to return it from my functions, put it in a struct, etc.

kornelski commented 4 years ago

It would also be useful if there was possibility of making SocketIncoming or the builder from UnixListener.

softprops commented 4 years ago

I would be open to a pull request to add this