老董
老董
> > TUN mode > > I tried TUN mode but it doesn't work! Weird, mine(version 0.13.6) worked on win10--- Oh, yes, you must restart the app to make the...
> > You need to throw away the state every time and make sure state for different crates isn't mixed > > In my experience, having a build number that...
> btw a much cleaner way of doing this is with the outer macro pattern If the `outer macro pattern` means that Defining an inner declarative macro to carry data...
@sam0x17, thanks your detailed suggestion, since supertrait is quite bizarre, I am still chewing it. By the way, I want to add statements like `pub x:i32;` in a trait with...
> return a (TokenStream, T). @aikixd, as far as I know, a procedural macro should return `proc_macro::TokenStream`, is there an example for your case?
Hopefully, this feature could be achieved soon. In my case, there is an enum like this: ```rust #[derive(Debug)] pub enum ProxyNodeEnum { Trojan(TrojanNode), VMess(VMessNode), VLESS(VLessNode), } impl ProxyNode for ProxyNodeEnum...
I just realize that sending images is a feature of Continue over Microsoft copilot, which has not supported the feature yet.
> You mean parking_lot? This crate is designed to be portable, it can work on any platform (including Wasm). [There are various issues with parking_lot that make it not feasible...
> While I do remember `parking_lot` speeds up my toy nbody simulation a lot 5 years ago, on modern CPUs (I tested apple M1, Zen3+), I really see no performance...
@Deilan ,same issue on vs2019.