Skip to content

Commit 7f7597a

Browse files
committed
Add actix-gcd example, from the tour.
1 parent 64472e4 commit 7f7597a

File tree

5 files changed

+1841
-2
lines changed

5 files changed

+1841
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ terms of the MIT license. See [LICENSE-MIT](LICENSE-MIT) for details.
1515
- The `gcd` directory holds the command-line program for computing the greatest
1616
common denominator of a list of numbers.
1717

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

2222
- The Mandelbrot plotting program has its own repository, at

actix-gcd/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/target/
2+

0 commit comments

Comments
 (0)