cxx/book
Qinfan Wu 83d6366d65 Minor correction in the async example
The first argument of the closure is actually the context, not the
sender. Rename it to `context` to make it clearer. Was slightly confused
the first time I read it.
2021-01-31 12:57:33 -08:00
..
css Book style tweaks 2020-11-17 08:22:44 -08:00
diagram Clean up trailing whitespaces 2021-01-02 12:28:02 -08:00
src Minor correction in the async example 2021-01-31 12:57:33 -08:00
.gitignore Add github link to website sidebar 2020-11-13 16:32:31 -08:00
book.toml Book content 2020-11-17 08:22:44 -08:00
build.js Add book opengraph metadata 2020-11-17 08:22:44 -08:00
build.sh Add github link to website sidebar 2020-11-13 16:32:31 -08:00
package-lock.json Downgrade to cheerio 0.22 2020-11-13 19:35:16 -08:00
package.json Downgrade to cheerio 0.22 2020-11-13 19:35:16 -08:00
README.md Add readme for book directory 2020-09-02 11:58:17 -07:00

Published automatically to https://cxx.rs from master branch.

To build and view locally:

  • Install mdBook: cargo install mdbook.
  • Run mdbook build in this directory.
  • Open the generated build/index.html.