From Perl to Rust

  • repo
  • site
  • description: A guide to learning Rust for folks who already know Perl.

book.toml

[book]
authors = ["Tim Heaney"]
language = "en"
multilingual = false
src = "src"
title = "From Perl to Rust"

[build]
build-dir = "public"

[output.html]
default-theme = "rust"
additional-css = ["css/custom.css"]