Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable using UnixListener and UnixStream from stdlib #4

Merged
merged 1 commit into from
Jul 11, 2016

Conversation

mkocot
Copy link
Contributor

@mkocot mkocot commented Jul 10, 2016

With new version of rust (1.10) it's now possible to use UnixListener and UnixStream from stdlib.
This patch allows to disable dependency on external crate.
Using external crate is enabled by default to preserve compatibility.

@coveralls
Copy link

coveralls commented Jul 10, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling c81cc4b on mkocot:unix-socket-from-stdlib into a00dca5 on softprops:master.

@softprops
Copy link
Owner

Oh nice. That's so cool. Thanks!

@softprops softprops merged commit d966aa6 into softprops:master Jul 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants