dizda / fast-socks5

Fast SOCKS5 client/server implementation written in Rust async/.await (with tokio)
https://anyip.io/
MIT License
340 stars 67 forks source link

fixed examples/server crash when no-auth cli param used + added .rustfmt #45

Closed zloyrusskiy closed 3 months ago

dizda commented 3 months ago

thank you @zloyrusskiy

dizda commented 3 months ago

has been released https://github.com/dizda/fast-socks5/releases/tag/v0.9.6

link2xt commented 2 months ago

What does the .rustfmt.toml do in this case? Does not look like it changed anything.

zloyrusskiy commented 2 months ago

@link2xt there were warnings when formatting without this file and the edition defined in it

image
link2xt commented 2 months ago

This works correctly if you use cargo fmt instead of invoking rustfmt directly.