Skip to content

Conversation

@cavivie
Copy link
Contributor

@cavivie cavivie commented Nov 3, 2022

The current version only supports TCP and UDP, and the code currently fails to pass cargo fmt -- --check and cargo clippy -- -D warnings. I have followed the instructions offmt and clippy and adjusted the code style to pass the cargo lint tool's checking. And added the support of unix(unix domain stream) and unixgram(unix domain datagram) two protocols, they can work normally after testing.

@maxmindlin maxmindlin self-requested a review November 3, 2022 15:39
@maxmindlin maxmindlin added the enhancement New feature or request label Nov 3, 2022
@maxmindlin
Copy link
Owner

Could you also please update the README to mention these additional protocols?

@cavivie
Copy link
Contributor Author

cavivie commented Nov 4, 2022

Could you also please update the README to mention these additional protocols?

Yes, I will update it when I have time. Please read the above reply to check for code changes.

@cavivie
Copy link
Contributor Author

cavivie commented Nov 6, 2022

I have updated the README to mention these additional protocols, please help to merge.

@cavivie cavivie requested a review from maxmindlin November 6, 2022 11:32
@maxmindlin
Copy link
Owner

LGTM - thanks for the contribution!

@maxmindlin maxmindlin merged commit 1dd5335 into maxmindlin:master Nov 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants