Yonggang Luo
Yonggang Luo
``` [[package]] name = "sc" version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "176365c8253e381ad147774b6d9730a1b3fe2d7db498af521ed7d968674a55b3" [[package]] name = "scroll" version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fda28d4b4830b807a8b43f7b0e6b5df875311b3e7621d84577188c175b6ec1ec" dependencies = [...
> I guess I don’t understand why > > 1. getting rid of log would help manage dependencies since there are others, and > 2. I’m not sure why dependencies...
but anyway, gobin are very fundenmatal library, better have little deps.
> Looks like the functionality is half implemented: https://github.com/m4b/goblin/search?q=log&type= > > @lygstate if you want you could open up a PR making log fully optional. > > Might be better...
> So scroll itself will never have an external dep, because I’m the owner and I say so :) (I guess never say never but I don’t see it happening,...
scroll_derive is a prolbem, can we remove it with a customized one? ``` warning: Patch `proc-macro2 v1.0.24 (C:\work\study\languages\rust\rulibc\deps\proc-macro2)` was not used in the crate graph. Patch `quote v1.0.7 (C:\work\study\languages\rust\rulibc\deps\quote)` was...
CreateProcess
There is parameter to disable exec.
https://github.com/jonclayden/multicore/blob/master/src/forknt.c
@nemequ I suggest do not only support for mingw, both mingw/ msvc need to be supported.