You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I.e. put the sftp client behind client feature and server behind server feature, so that client-only applications don't need to pull in server code (or have it be optimized away by LTO at the cost of an increase in linking time) and vice versa for server-only applications. If both are enabled as default features, this wouldn't be a breaking change.
Would this be acceptable?
The text was updated successfully, but these errors were encountered:
I.e. put the sftp client behind
client
feature and server behindserver
feature, so that client-only applications don't need to pull in server code (or have it be optimized away by LTO at the cost of an increase in linking time) and vice versa for server-only applications. If both are enabled as default features, this wouldn't be a breaking change.Would this be acceptable?
The text was updated successfully, but these errors were encountered: