进栈检票
进栈检票
No need for handshake, no need for TLS, no need for masks... Maybe it's time for me to fork.
But my main purpose is to optionally remove dependency `rand`...
Perhaps we can use the same way as [ed25519-dalek](https://github.com/dalek-cryptography/ed25519-dalek/issues/64)... However the only use `rand::random()` is already "hardcoded", so I could have done the replacement myself.
Maybe it's better to create a separate crate `string-collect`?
I tried to merge `utf-8` crate with `string_collect` module in tungstenite and made an untested [`string-collect` crate](https://github.com/stackinspector/string-collect/blob/fe44fa9afb1439080947d86950f764d482819023/lib.rs) for reference. Since I don't fully understand the code of the `utf-8` crate...
My compilation issue has been resolved. Simply needs to manually set an environment variable named `CMAKE` with the path to the CMake binary located in the Build Tools directory. (However,...