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
Hey;
I was wondering if it would make sense to make only "standard" apis or only "experimental" apis visible and use a Rust's features to control which set of api is exposed/available as a dependency.
The main reason is the ergonomics, I have found very often that I would import something from "standard" apis and something from "experimental" apis.
Hey;
I was wondering if it would make sense to make only "standard" apis or only "experimental" apis visible and use a Rust's features to control which set of api is exposed/available as a dependency.
The main reason is the ergonomics, I have found very often that I would import something from "standard" apis and something from "experimental" apis.
I have a PoC here:
https://github.com/kubvernor/gateway-api-rs/tree/splitting_standard_from_experimental
The text was updated successfully, but these errors were encountered: