Eugeny / russh

Rust SSH client & server library
https://docs.rs/russh
870 stars 91 forks source link

Blocking API #281

Open Fabus1184 opened 4 months ago

Fabus1184 commented 4 months ago

For some use cases it is preferable to use a blocking API, and right now this requires everything else to be rewritten to async code.

The https://crates.io/crates/maybe_async crate could help here.