Mikail Bagishov
Mikail Bagishov
This is a draft because currently, it still fails on `metrics.k8s.io`.
[This code](https://github.com/sdroege/async-tungstenite/blob/f51f0744912104e279623ea0ae6f6e09eec352df/src/tokio.rs#L14) uses cargo features in a non-additive way. Imagine a library A that enables `tokio-rustls` feature and uses `rustls` types (e.g. rustls-based Connector). Also, imagine a library B that...
Solves #1070 without exposing too many APIs
Should close #206 Unfortunately, the current implementation is too strict IMHO: it triggers even if dependency does not have a `default` feature defined. I have not found a way how...
This allows rustig to build on new rust versions.
**Is your feature request related to a problem? Please describe.** Now, resolver signature looks like: `fn field(&self, /*args*/)`. This can easily lead to N + 1 DB query problem. (Or...