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

purge str::from_utf8() from puzzle examples and use as char instead? #172

Open
Lotterleben opened this issue May 5, 2021 · 0 comments
Open
Assignees

Comments

@Lotterleben
Copy link
Contributor

participants have run into ownership & referencing/dereferincing/slice-ifying problems while re-using our use of str::from_utf8() in the past. I'm wonderin if that#s an unncessary roadblock and it'd make more sense didactically just use as char for now, even though it's not the 100% safest option

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

No branches or pull requests

2 participants