1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-09-01 17:27:18 +02:00

examples moved to separate repo

This commit is contained in:
Nikolay Kim
2018-04-12 20:31:58 -07:00
parent c5b18c6d30
commit e05aba65de
91 changed files with 15 additions and 3876 deletions

View File

@@ -24,9 +24,9 @@ The fastest way to start experimenting with actix web is to clone the
The following set of commands runs the `basics` example:
```bash
git clone https://github.com/actix/actix-web
cd actix-web/examples/basics
git clone https://github.com/actix/example
cd examples/basics
cargo run
```
Check [examples/](https://github.com/actix/actix-web/tree/master/examples) directory for more examples.
Check [examples/](https://github.com/actix/examples/tree/master/) directory for more examples.