Commit Graph
16 Commits
Author SHA1 Message Date
AramJonghu f0f6a72101 progress(enums + strings): ___ 2026-07-26 01:22:48 +02:00
Remo Senekowitsch b18a8c3036 strings4: remove From-based conversion
To understand From-based conversion, an understanding of traits is
required, which we teach in a later chapter. The From trait specifically
is taught in one of the conversion exercises. So, we can safely remove
it here without users missing out on learning something important.

A specific source of confusion for users was a warning that the
conversion is useless, which appeared when using the `string_slice`
function for the expression with `.into()`. closes #2190
2026-05-24 06:23:34 +02:00
Mo BitarandGitHub d9b63641e5 Merge pull request #2351 from dipan-ck/docs-add-string-links
docs: add str and String documentation links
2026-05-09 12:27:28 +02:00
Dipan Chakraborty de695c46f3 docs: add str and String documentation links 2026-02-10 19:00:41 +05:30
Rod EliasandRod Elias 45f789114b chore: minor improvements 2026-01-12 00:22:59 -03:00
Ricardo Fernández SerrataandGitHub fcd77a83cc test trim idempotence 2025-03-07 19:17:11 -04:00
Yerkebulan TulibergenovandGitHub 1499f681a3 Fix formatting in strings4.rs 2024-07-06 12:53:14 -07:00
mo8it 879f0cd5c6 strings4 solution 2024-06-22 12:51:21 +02:00
mo8it 613ec23f84 strings 3 solution 2024-06-22 12:22:24 +02:00
mo8it f574905b8e strings2 solution 2024-06-22 12:14:04 +02:00
mo8it bd63ece47c string1 solution 2024-06-22 12:05:28 +02:00
mo8it 2f810a4da6 Clean up and unify exercises 2024-04-17 23:34:27 +02:00
mo8it cb9f1ac9ce Require a main function in all exercises 2024-04-17 22:46:21 +02:00
mo8it fa1f239a70 Remove "I AM NOT DONE" and the verify mode and add AppState 2024-04-11 02:51:02 +02:00
Ahmed 098ff228d7 chore: fix a minor typo 2024-03-13 00:39:45 +00:00
Adam Brewer 64d95837e9 Update Exercises Directory Names to Reflect Order 2023-10-16 07:37:12 -04:00