AspectUnk / russh-sftp

SFTP subsystem supported server and client for Russh
Apache License 2.0
64 stars 21 forks source link

`client::rawsession::Limits` not exported #32

Closed bspot closed 5 months ago

bspot commented 5 months ago

My experience with Rust is limited, so maybe I'm missing something, but it appears that since client::rawsession::Limits is not exported, it is not possible to use the set_limits function on RawSession from outside the crate.

AspectUnk commented 5 months ago

Thanks for noticing this. It's fixed