Skip to content
GitLab
Explore
Sign in
Commits · main
rust-learning
Browse files
Oct 28, 2025
[multi-threaded-web-server] some performance improvements
· 76817597
Chris
authored
Oct 28, 2025
76817597
[multi-threaded-web-server] changed to take infinite requests rather than only 2
· feae0029
Chris
authored
Oct 28, 2025
feae0029
Oct 27, 2025
[multi-threaded-web-server] finished clean implementation of web service, as...
· 18753b26
Chris
authored
Oct 27, 2025
18753b26
[multi-threaded-web-server] async implementation MVP complete
· 583e12fa
Chris
authored
Oct 27, 2025
583e12fa
[multi-threaded-web-server] patched case where http request can't be unwrapped
· bdba2b56
Chris
authored
Oct 26, 2025
bdba2b56
Oct 26, 2025
[single-threaded-web-server] implemented /sleep endpoint as a segue to multithreading
· 0a927829
Chris
authored
Oct 26, 2025
0a927829
Oct 25, 2025
[single-threaded-web-server] created a functioning single-threaded web server
· c0cdb29e
Chris
authored
Oct 25, 2025
c0cdb29e
[single-threaded-web-server] created a functioning single-threaded web server:...
· d0739a91
Chris
authored
Oct 25, 2025
d0739a91
[the-slice-type] removed unnecessary prefixes
· 21ce46ec
Chris
authored
Oct 25, 2025
21ce46ec
[the-slice-type] added content
· a47a3595
Chris
authored
Oct 25, 2025
a47a3595
Oct 22, 2025
[fixing-ownership-errors] added basic sample code
· 76db7a33
Chris
authored
Oct 21, 2025
76db7a33
Oct 21, 2025
[references-and-borrowing] section complete
· 805f17a4
Chris
authored
Oct 21, 2025
805f17a4
Oct 19, 2025
[control-flow] finished section
· f703e8b7
Chris
authored
Oct 19, 2025
f703e8b7
[control-flow] added examples
· 78e14ff2
Chris
authored
Oct 19, 2025
78e14ff2
Oct 18, 2025
[functions] wrote code for this section
· a44e4a4b
Chris
authored
Oct 18, 2025
a44e4a4b
[data-types] wrote code for section
· 9fb430e3
Chris
authored
Oct 18, 2025
9fb430e3
[variables] added some content to main & explanations
· 38932fa9
Chris
authored
Oct 18, 2025
38932fa9
Oct 13, 2025
[guessing-game] finishing touches
· 611f73a5
Chris
authored
Oct 12, 2025
611f73a5
Oct 12, 2025
[guessing-game] more graceful error handling for invalid guess
· cb0cb886
Chris
authored
Oct 12, 2025
cb0cb886
[guessing-game] loop for guesses
· bc6c412d
Chris
authored
Oct 12, 2025
bc6c412d
Sep 05, 2025
added guessing-game project
· e788822f
Chris
authored
Sep 05, 2025
e788822f
added .gitignore
· ca90b4c2
Chris
authored
Sep 05, 2025
ca90b4c2
Aug 20, 2025
fixed readme
· f119aab5
Chris
authored
Aug 20, 2025
f119aab5
Initial commit
· c693ad91
Chris
authored
Aug 20, 2025
c693ad91
Loading