Frostie314159

Results 13 comments of Frostie314159

i made a pull request attempting to fix the issue.

What you are describing is a proc macro. Const eval should be deterministic, which file access is not.

Just to add to this. There is a crate called [dark-light](https://crates.io/crates/dark-light) which can detect the system theme across all platforms(not sure about web though). Using it might be feasible.

I would be willing to implement these functions, but I may need some help where I should start. We should probably also support sending raw frames.

Ok, seems reasonable. About the functions, @gemesa reported as unimplemented, how would I go about writing the implementations for those?

I might be able to help with this soon, since I'll probably build my own WLAN Stack soon and in doing that also build crypto primitives.

Of course. Btw, ever noticed that the promisc mode described in the docs is actually monitor mode?

I would suggest removing unsafe code entirely and forbiding it, since it's not actually necessary and safe alternatives are equally fast. I would be happy to author a PR, if...

I'm gonna create a tracking issue, where we can discuss and list uses of unsafe.