File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,14 @@ terms of the MIT license. See [LICENSE-MIT](LICENSE-MIT) for details.
16
16
common denominator of a list of numbers.
17
17
18
18
- The ` actix-gcd ` directory holds the code for the simple web service,
19
- implemented using the [ ` actix-web ` ] framework, that computes greatest common
20
- denominators.
21
-
22
- - The Mandelbrot plotting program has its own repository, at
19
+ implemented using the [ ` actix-web ` ] framework, that computes
20
+ greatest common denominators.
21
+
22
+ Note that the code shown here has been updated to use a newer
23
+ version of ` actix-web ` than shown in the book, to address security
24
+ holes in earlier versions of the framework.
25
+
26
+ - the Mandelbrot plotting program has its own repository, at
23
27
` https://github.com/ProgrammingRust/mandelbrot ` . This repository contains
24
28
several branches, each showing a different implementation strategy. The
25
29
` single-threaded ` branch holds the code for the single-threaded version, and
You can’t perform that action at this time.
0 commit comments