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

Dictionary support #34

Closed
Bromeon opened this issue Nov 26, 2022 · 1 comment
Closed

Dictionary support #34

Bromeon opened this issue Nov 26, 2022 · 1 comment
Labels
c: core Core components feature Adds functionality to the library good first issue Good for newcomers

Comments

@Bromeon
Copy link
Member

Bromeon commented Nov 26, 2022

Like #33, but for Dictionary instead of Array.

The challenge will be to find an idiomatic API in Rust (similar to HashMap) while also providing Godot features.
This will need some up-front design before jumping into implementation.

@Bromeon Bromeon added feature Adds functionality to the library good first issue Good for newcomers c: core Core components labels Nov 26, 2022
@Bromeon
Copy link
Member Author

Bromeon commented Feb 5, 2023

Implemented in #92 and #99.

@Bromeon Bromeon closed this as completed Feb 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: core Core components feature Adds functionality to the library good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant