1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-28 03:28:32 +02:00
Commit Graph

61 Commits

Author SHA1 Message Date
3f4ae0606d Update broken links 2023-01-07 15:38:40 +08:00
b67908698f Use rustls instead of openssl
Using the `rustls-tls` feature on reqwest will use rustls and ring, which should compile on any system.
2023-01-06 15:22:40 -07:00
c8f626e573 for-loop bonus explanation (#108)
* for-loop bonus explanation
2023-01-06 10:15:16 +01:00
115c87d8fd Fixes: #99 2023-01-04 17:55:28 -08:00
1fb0b0a46d Simplify solution to prefix matching. 2023-01-03 20:11:20 -08:00
1ae03443d5 "a classic problem", not "...problems" 2022-12-30 21:54:35 -08:00
0b77fc6bf3 20221228 revert the points length check 2022-12-28 22:39:52 +08:00
42494f95ab 20221228 add one more point to the polygon 2022-12-28 21:49:01 +08:00
69cd18f12a Fixes typo in comment 2022-12-23 12:03:03 +01:00
638dde7704 Clarify from/into
I found the phrasing confusing. Mentionning that a class implements From and then using `into()` seems confusing. It looks like that you meant that it implements `Into`.
So I believe that a little more details may help show why this exercise is valid.

I would have considered clarifying that `into` does not need to specify that we use the implementation for `i16` thanks to type analysis, but I assume this would add too much text, and this can either be ignored by the reader for the time being, or guessed
2022-12-21 16:46:23 -08:00
c212a473ba Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00