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
This crate is critical for me, but I only care about the client side and don't want all my users to depend on axum. Would it be possible to hide server-related APIs behind a feature gate instead?
The text was updated successfully, but these errors were encountered:
This is a good idea, thanks for opening an issue @Xuanwo. Would you like to take a crack at it and submit a pull request? Otherwise, I can't promise when we'll get around to this as it's low priority for our current project since we always end up with both clients and servers in the same app anyway.
Hi, I'm working on addressing apache/opendal#5620.
This crate is critical for me, but I only care about the client side and don't want all my users to depend on
axum
. Would it be possible to hide server-related APIs behind a feature gate instead?The text was updated successfully, but these errors were encountered: