Message says to check tools/apps directory but there's no such directory.
Branch - Master
Steps -
- Clone cloudfare / quiche.
- Run the following command -
Finished dev profile [unoptimized + debuginfo] target(s) in 42.29s
Running target/debug/examples/http3-server --cert ./quiche/examples/cert.crt --key ./quiche/examples/cert.key --listen '127.0.0.1:4433'
Usage: target/debug/examples/http3-server
See tools/apps/ for more complete implementations.
- Check directory using ls
~/git/https/quiche$ ls tools/apps
ls: cannot access 'tools/apps': No such file or directory
Message says to check tools/apps directory but there's no such directory.
Branch - Master
Steps -
Finished
devprofile [unoptimized + debuginfo] target(s) in 42.29sRunning
target/debug/examples/http3-server --cert ./quiche/examples/cert.crt --key ./quiche/examples/cert.key --listen '127.0.0.1:4433'Usage: target/debug/examples/http3-server
See tools/apps/ for more complete implementations.
~/git/https/quiche$ ls tools/apps
ls: cannot access 'tools/apps': No such file or directory