rustlings
Rustlings 5.5.0
5.5.0
May 17 2023 at 14:31 UTC
Added
strings2
: Added a reference to the book chapter for reference conversionlifetimes
: Added a link to the lifetimekata project- Added a new
tests4
exercises, which teaches about testing for panics - Added a
!
prefix command to watch mode that runs an external command - Added a
--success-hints
option to watch mode that shows hints on exercise success
Changed
vecs2
: Renamed iterator variable bindings for clarifylifetimes
: Changed order of book referenceshashmaps2
: Clarified instructions in the todo block- Moved lifetime exercises before test exercises (via the recommended book ordering)
options2
: Improved tests for layering optionsmodules2
: Added more information to the hint
Fixed
errors2
: Corrected a comment wordingiterators2
: Fixed a spelling mistake in the hint textvariables
: Wrapped the mut keyword with backticks for readabilitymove_semantics2
: Removed references to line numberscow1
: Clarified theowned_no_mutation
commentsoptions3
: Changed exercise to panic when no match is foundrustlings lsp
now generates absolute paths, which should fix VSCoderust-analyzer
usage on Windows
Housekeeping
- Added a markdown linter to run on GitHub actions
- Split quick installation section into two code blocks