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

Expose CompoundType publicly #90

Merged
merged 1 commit into from
Nov 12, 2024
Merged

Expose CompoundType publicly #90

merged 1 commit into from
Nov 12, 2024

Conversation

zakcutner
Copy link
Collaborator

This is needed to be able to construct more advanced types, such as arrays and maps, using the public API.

Also make the CompoundType::from_type function publicly so it is possible to construct compound types in public functions using the public API.

engine/src/types.rs Outdated Show resolved Hide resolved
This is needed to be able to construct more advanced types, such as
arrays and maps, using the public API.

Also make the `CompoundType::from_type` function publicly so it is
possible to construct compound types in public functions using the
public API.
@zakcutner zakcutner merged commit bfa7207 into master Nov 12, 2024
7 checks passed
@zakcutner zakcutner deleted the zak/compound-type branch November 12, 2024 22:35
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.

2 participants