Commit Graph

89 Commits

Author SHA1 Message Date
delta549 0d7d44258e Added proposed change to variables shadowing problem 6 2023-03-04 13:38:02 +00:00
Teddy Waweru 65ab75f7d9
Update ownershp.md
Added as_str() method to Q1, & removed answer that did not seem relevant to the question.
2023-01-27 23:58:29 +03:00
Sunface 6883c069a1
Merge branch 'master' into master 2022-12-07 08:49:30 +08:00
lzy1960 e15352c399 fix: misleading words 2022-11-21 21:32:34 +08:00
katopz a46840763e
fix: change 、to . 2022-11-07 11:06:19 +07:00
Sunface 1a5bdaaf77
Merge pull request #317 from skondgekar/master
Updated solution
2022-11-07 08:29:32 +08:00
Sudarshan Kondgekar 64f606427f Solution update 2022-10-11 14:26:18 +05:30
Sudarshan Kondgekar 2c73233b74 Updated solution 2022-10-11 14:12:36 +05:30
katopz 81ea842fe7
fix: unnecessary space 2022-10-11 09:47:49 +07:00
katopz de36f5cfb0
fix: unnecessary space 2022-10-11 09:44:22 +07:00
Jackson Utsch bf9f321870
Add solution 2022-10-07 13:07:34 -07:00
Sunface cabba76951
Merge pull request #300 from wxchenpro/master
solution: Add a new solution for functions case
2022-08-22 09:06:39 +08:00
Chloroplast 69643c9db0
Solution: add a new solution for ownership-4 2022-08-21 17:02:48 +08:00
chenpro e15544e90e solution: Add a new solution for functions case 2022-08-14 23:13:44 +08:00
Sunface 7cd397582c
Merge pull request #278 from Skandesh/patch-2
Update String.md
2022-07-28 09:10:21 +08:00
Sunface f14f14c47a
Merge pull request #273 from pabigot/pabigot/20220720a
fix: avoid unused variable warning
2022-07-28 09:07:14 +08:00
Sunface d0a8f0aabc
Merge pull request #280 from Skandesh/patch-3
Update Vector.md
2022-07-28 09:06:06 +08:00
Skandesh 661d0aa498
Update Vector.md
Added a beginner-friendly solution
2022-07-25 00:17:58 +05:30
Skandesh 0958f55155
Update Vector.md
Another way of defining an empty vector
2022-07-25 00:06:16 +05:30
Skandesh 995415d6fb
Update String.md
borrow_string() takes in &str so the value won't be moved into it. hence updated the message inside println!()
2022-07-22 17:18:57 +05:30
Peter A. Bigot 697a0d754e fix: avoid unused variable warning 2022-07-20 08:39:28 -07:00
Folyd Wang cbbcaa3432 Fix typo 2022-07-12 22:04:22 +08:00
cui fliter 2eeb2124ef fix some typos
Signed-off-by: cui fliter <imcusg@gmail.com>
2022-07-11 00:21:52 +08:00
Sunface ac88c9cccf
Merge pull request #259 from katopz/no-space
remove unnecessary space
2022-07-07 08:39:22 +08:00
wgdzlh 1d510fadc9 fix: use map func to avoid copy of string 2022-07-06 09:41:17 +08:00
katopz 4f619bc158
remove unnecessary space 2022-07-04 18:51:02 +07:00
_lmmmmmm 21688fafb5 chore: solution of panic second question 2022-05-16 00:54:36 +08:00
likzn e09080f88a format code in md 2022-05-01 13:08:50 +08:00
sweet2honey 70ade03348 squashed: match alphanumeric; fix array typo. 2022-04-19 23:05:59 +08:00
zongzi531 f27ffe540a feat: add variables solutions 2022-04-13 13:34:14 +08:00
linbingquan 107190012f fix match.md 2022-04-04 21:14:02 +08:00
sunface 11ba275063 add [Newtype and DST] 2022-03-31 20:52:57 +08:00
sunface 218b13c03c add [Iterator] 2022-03-31 16:43:23 +08:00
sunface 562eb9247f Add [Closure] chapter 2022-03-31 13:49:17 +08:00
sunface 8220143688 Add [Closure] chapter 2022-03-30 22:29:07 +08:00
sunface 5f716caf6c Add [Advanced Lifetime] chapter 2022-03-30 17:08:16 +08:00
sunface addb6c6a80 Add [&'static and T: 'static] chapter 2022-03-29 21:55:18 +08:00
sunface 9b9a981254 update lifetime/basic.md 2022-03-28 22:02:07 +08:00
sunface 1fa2243ede update lifetime/basic.md 2022-03-28 21:41:18 +08:00
sunface 55fc334b5b update lifetime/basic.md 2022-03-16 17:05:38 +08:00
Jultimate ed09fe2082
Update string.md 2022-03-16 09:22:24 +08:00
sunface da45256c84 add chapter [formatting] 2022-03-15 21:58:20 +08:00
sunface 112f6b26ac add chapter [println and format] 2022-03-15 20:05:03 +08:00
sunface affa25fc54 fix some typos 2022-03-15 19:42:27 +08:00
sunface 68eb5a1e51 add chapter [Debug and Display] 2022-03-15 17:22:52 +08:00
sunface 346fba581b add chapter: fighting with compiler 2022-03-15 13:32:02 +08:00
sunface 5690445622 add chapter [Advanced use and pub] 2022-03-14 21:21:34 +08:00
sunface c6c744c183 Add [Modules] 2022-03-14 17:31:27 +08:00
sunface 024ed6b21e add solutions for [Package and Crate] 2022-03-14 15:48:47 +08:00
Skarlett 39f7a90bcb correct lifetime/basic-solution-2 2022-03-11 04:14:32 -06:00