bertiqwerty / rvimage

Remote image viewer in Rust
MIT License
2 stars 1 forks source link

Ssh reader without additional copy #7

Closed bertiqwerty closed 2 years ago

bertiqwerty commented 2 years ago

Currently, the SshReader first copies to local and reads into memory afterwards. Since we switched to ssh2 reading directly into memory from remote should be possible.