Skip to content

Commit

Permalink
Mention update of actix-web in actix-gcd example.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimblandy committed Jun 21, 2022
1 parent 268dd00 commit 30563da
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,14 @@ terms of the MIT license. See [LICENSE-MIT](LICENSE-MIT) for details.
common denominator of a list of numbers.

- The `actix-gcd` directory holds the code for the simple web service,
implemented using the [`actix-web`] framework, that computes greatest common
denominators.

- The Mandelbrot plotting program has its own repository, at
implemented using the [`actix-web`] framework, that computes
greatest common denominators.

Note that the code shown here has been updated to use a newer
version of `actix-web` than shown in the book, to address security
holes in earlier versions of the framework.

- the Mandelbrot plotting program has its own repository, at
`https://github.com/ProgrammingRust/mandelbrot`. This repository contains
several branches, each showing a different implementation strategy. The
`single-threaded` branch holds the code for the single-threaded version, and
Expand Down

0 comments on commit 30563da

Please sign in to comment.