We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
graph TD feat[maybe async std] --> lib(maybe async libraries) lib --> lang[lang support] lib --> generic[generic galore] generic --> typenum[typenum style\nbounds horror] generic --> hard_for_lib[library authors\nwrite complex\nimpls] generic --> hard_for_user[users need to choose\nasync at call\nsites] lang --> effects effects --> typeck[typeck\ncomplexity] effects --> erica[trait solver\ncomplexity] effects --> types[type system\ncomplexity] lang --> desugar hard_for_lib -.->desugar desugar[desugaring async\nto generic galore] lang --> generic_defaults[generic param\ndefaults] hard_for_user -.-> generic_defaults hard_for_user -.-> generic_defaults_from_context[generic param\ndefaults inferred\nfrom context] lang --> generic_defaults_from_context typenum -.-> implied_bounds[implied bounds]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: