Matt Jan
Matt Jan
Hi @jserv, I have implemented (#58) the `trie` struct to enhance the `find_func` function. However, I encountered a syntax error on the first attempt when running make all. Surprisingly, the...
I see. Thank you for the explanation!
Hello @joshlf, I'm interested in resolving this issue. Could you please guide me on whether I should `inline` each function or if there are specific rules to determine which functions...
Hi @joshlf, so I should prioritize focusing on the inline aspect within the zerocopy-derive, correct?
Sure, assign this issue to me. I'm delving into the source code, and I'll also review other issues.
Hi @NoraHunter , I conducted a test of the netsh command on my laptop and discovered that the output of the `netsh connect {SSID}` command does not provide a means...
Hi @opeolluwa I found a [project](https://github.com/tnkemdilim/wifi-rs) that focuses on implementing Wi-Fi and it seems that the hotspot feature has already been implemented. Would it be possible for me to utilize...
I see, let me take this issue
I noticed that the mentioned project contains numerous `unimplemented!()` statements. As a result, I have decided not to utilize it. Instead, I will make an effort to implement the functionality...
Sounds great! I encountered a lot of difficulties when using the Windows crate, so interacting with the CLI tools seems like a wise choice.