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

Update SimpleDB #105

Merged
merged 4 commits into from
Jul 17, 2024
Merged

Update SimpleDB #105

merged 4 commits into from
Jul 17, 2024

Conversation

jonathanpallant
Copy link
Member

The solution no longer uses iterators - just strip_prefix, strip_suffix and contains. This makes it easier to teach in Rust Fundamentals.

Also removes the 'beta' build, which is no longer required for one of the QEMU exercises.

Now you don't need to know what an iterator is - you can just strip suffixes and prefixes, and use 'contains' to find a single character.
Copy link

cloudflare-workers-and-pages bot commented Jul 17, 2024

Deploying ferrous-systems-rust-exercises with  Cloudflare Pages  Cloudflare Pages

Latest commit: fd41e28
Status: ✅  Deploy successful!
Preview URL: https://27d164a9.ferrous-systems-rust-exercises.pages.dev
Branch Preview URL: https://update-simpledb.ferrous-systems-rust-exercises.pages.dev

View logs

@jonathanpallant jonathanpallant merged commit 4ce3c30 into main Jul 17, 2024
3 checks passed
@jonathanpallant jonathanpallant deleted the update-simpledb branch July 17, 2024 11:13
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.

3 participants