Vrtgs
Vrtgs
If you say there is no intention to add support, is there a support server I can go to (and no, I'm not going to go get roasted in stack...
**Describe the bug** cant write to a socket quickly on Windows this works completely fine on Unix but causes a block forever on Windows **To Reproduce** Write to the socket...
implement the #588 suggestion
**Is your feature request related to a problem? Please describe.** Yes, it is related to a performance and ergonomics issue. Currently, RustScan uses async_std for asynchronous programming. While async_std is...
we do this by pre-allocating the shards
use tokio-par-streams (this uses a FuturesUnordered for FuturesParallelUnordered [see issue](https://github.com/tokio-rs/tokio/issues/5564)), and some test code improvement to conform to [this](https://rust-lang.github.io/rust-clippy/master/index.html#/field_reassign_with_default) lint, lastly updated to edition 2021
With all due respect the code majorly sucks, but this is a little better, I mean... I can't do a full rewrite, just redid the low hanging fruit
this is useful for example for with use with a packer, such as UPX