Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

How to run the examples?

You can run the examples directly from the git repository of the book.

git clone https://github.com/szabgab/axum.code-maven.com.git
cd axum.code-maven.com
cd src/examples/NAME

For example, in order to run the hello-world example you need to execute:

$ cd src/examples/hello-world
$ cargo run

Then you can visit the web site using this address: http://localhost:3000/.