Frank Rehberger
Frank Rehberger
I have some time to work on a demonstrator, or did you port the QProcess to Rust already?
please see a first sketch of the proposed forkfd process-handle (under construction) https://github.com/frehberg/rust/tree/process_handle It is important that the feature will be available for the Posix platforms as well as VxWorks....
I filed a feature request https://github.com/rust-lang/rfcs/issues/2817
Please comment PR RFC process-handle-for-async https://github.com/rust-lang/rfcs/pull/2823
I am no longer searching for an abstraction working for all platforms, I am willing to implement invidual child-process handling for each platform. I did some recherché for Linux, and...
support inner doc would be really nice
Maybe this code snippet might be used to implement some kind of intelligent callback function to redirect to the API doc https://stackoverflow.com/a/73733645
The implementation of aquamarine is using the macro quote!{ #[doc = ...} to embed into the rustdoc section the newly generated mermaid rendering script-hooks. This quote! macro is embedding as...
It seems to be an issue with parsing of multi-line comments, so if the generated code would be a single line, the parser will be fine and footnotes rae respected...
wondering, why this Async-Write/Read example hasn't been persisted as examples/async_read_write.rs ?