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

Spport querying setting values as ArrayString #76

Merged
merged 1 commit into from
Nov 6, 2023

Conversation

CryZe
Copy link
Collaborator

@CryZe CryZe commented Nov 6, 2023

This allows you to query the value of a setting value as an ArrayString, which is a string that is backed by an array. This has the advantage that it doesn't not need an allocator, but you need to specify a maximum length.

@CryZe CryZe added the enhancement New feature or request label Nov 6, 2023
This allows you to query the value of a setting value as an
`ArrayString`, which is a string that is backed by an array. This has
the advantage that it doesn't not need an allocator, but you need to
specify a maximum length.
@CryZe CryZe merged commit 9563a92 into master Nov 6, 2023
4 checks passed
@CryZe CryZe deleted the setting-value-array-string branch November 6, 2023 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant