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
It would be nice to be able to use types generated by kube-derive, without having to pull in all of the dependencies of kube. In particular, I'm trying to use these types in a WASM target, and the dependency on hyper and socket2 prevents compilation: rust-lang/socket2#200
Would it be possible to pull the necessary traits and types (Resource, ApiResource, ObjectMeta) into a new crate which doesn't have the hyper dependency, and which kube can re-export from?
The text was updated successfully, but these errors were encountered:
It would be nice to be able to use types generated by
kube-derive
, without having to pull in all of the dependencies ofkube
. In particular, I'm trying to use these types in a WASM target, and the dependency onhyper
andsocket2
prevents compilation: rust-lang/socket2#200Would it be possible to pull the necessary traits and types (
Resource
,ApiResource
,ObjectMeta
) into a new crate which doesn't have thehyper
dependency, and whichkube
can re-export from?The text was updated successfully, but these errors were encountered: