nuclei
nuclei copied to clipboard
Proactive IO & Runtime system
Tokio has been reaching 1.0 for some time. Maybe we can now remove the support for `tokio02` and `tokio03`?
hello I have issue with `nuclei` when I add the feature `tokio`: ``` error[E0428]: the name `EXECUTOR` is defined multiple times --> /home/spielrs/.cargo/registry/src/github.com-1ecc6299db9ec823/agnostik-0.1.5/src/lib.rs:149:1 | 143 | static EXECUTOR: Lazy =...
Hi, I'd like to add support for Nuclei to [async-tungstenite](https://docs.rs/async-tungstenite/0.8.0/async_tungstenite/index.html) (a crate for WebSocket clients and server), but I'm relatively new to Rust and the docs of Nuclei seem to...
Is there a way to opt out of the multi-threaded runtime and ensure everything runs on a single thread? Also, is there a way to sleep?
The code is identical and waker-fn may take advantages for newer Rust version so that we don't have to maintain by ourselves in this crate.
I have been looking for a Rust state stream processing library, and Callysto fits my use case quite well, but Cargo has been complaining that Nuclei does not provide `crate::syscore::Processor`...
Here is the shortest example I could do. If we comment out the TODO: line the message passing works fine but with the tcp server in place we can hit...