mirror of
https://github.com/actix/examples
synced 2024-11-23 14:31:07 +01:00
standardize binary names
This commit is contained in:
parent
cfb181ecf5
commit
6f1c9e2350
14
Cargo.toml
14
Cargo.toml
@ -6,15 +6,14 @@ members = [
|
||||
"auth/redis-session",
|
||||
"auth/simple-auth-server",
|
||||
"basics/basics",
|
||||
"basics/error_handling",
|
||||
"basics/error-handling",
|
||||
"basics/hello-world",
|
||||
"basics/json-validation",
|
||||
"basics/nested-routing",
|
||||
"basics/state",
|
||||
"basics/static_index",
|
||||
"basics/static-files",
|
||||
"basics/todo",
|
||||
"cors/backend",
|
||||
"data_factory",
|
||||
"data-factory",
|
||||
# example uses incompatible libsqlite-sys to other examples
|
||||
# "databases/diesel",
|
||||
"databases/mongodb",
|
||||
@ -29,13 +28,14 @@ members = [
|
||||
"graphql/juniper-advanced",
|
||||
"graphql/juniper",
|
||||
"http-proxy",
|
||||
"https-tls/awc_https",
|
||||
"https-tls/awc-https",
|
||||
"https-tls/openssl-auto-le",
|
||||
"https-tls/openssl",
|
||||
"https-tls/rustls-client-cert",
|
||||
"https-tls/rustls",
|
||||
"json/json_decode_error",
|
||||
"json/json_error",
|
||||
"json/json-decode-error",
|
||||
"json/json-error",
|
||||
"json/json-validation",
|
||||
"json/json",
|
||||
"json/jsonrpc",
|
||||
"middleware/middleware-ext-mut",
|
||||
|
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 8.7 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
@ -5,7 +5,7 @@
|
||||
### Server
|
||||
|
||||
```shell
|
||||
cd other/protobuf
|
||||
cd protobuf
|
||||
cargo run
|
||||
```
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
Example of server-sent events, aka `EventSource`, with actix web.
|
||||
|
||||
```sh
|
||||
cd other/server-sent-events
|
||||
cd server-sent-events
|
||||
cargo run
|
||||
```
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
## Unix domain socket example
|
||||
|
||||
```bash
|
||||
cd other/unix-socket
|
||||
cd unix-socket
|
||||
cargo run
|
||||
|
||||
# in another shell
|
||||
|
Loading…
Reference in New Issue
Block a user