Skip to content
New issue

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

Add support for composable constructors #3246

Merged
merged 8 commits into from
Sep 4, 2024
Merged

Add support for composable constructors #3246

merged 8 commits into from
Sep 4, 2024

Conversation

kennykerr
Copy link
Collaborator

Composable types are mostly only used by Xaml and thus not that relevant in Rust but can regrettably be used by developers without intending to. This leads to types that may be composable, at least at compile time, but can also be used directly without binary composition. This latter version is what this update adds support for.

Fixes: #3242

@kennykerr kennykerr merged commit 143ab9b into master Sep 4, 2024
79 checks passed
@kennykerr kennykerr deleted the constructors branch September 4, 2024 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support composable constructors
1 participant