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

Rust para Go Devs

  • repo
  • site
  • description: Rust for Go Developers in Spanish

book.toml

[book]
authors = ["Phosphorus-M"]
language = "es"
languages = ["es", "en"]
multilingual = true
src = "src"
title = "Rust para Go Devs"


[language.en]
name = "English"
[language.es]
name = "Español"

[output.html.code.hidelines]
rust = "#"
go = "#"

[preprocessor.pagetoc]

[output.html.playground]
editable = true

[preprocessor.tabs]


[output.html]
site-url = "https://go-book.rustlang-es.org"
git-repository-url = "https://github.com/RustLangES/rust-para-go-devs"
git-repository-icon = "fa-github"
edit-url-template = "https://github.com/RustLangES/rust-para-go-devs/edit/main/{path}"
additional-css = ["theme/extra.css", "theme/pagetoc.css", "theme/tabs.css"]
additional-js = ["theme/pagetoc.js", "theme/tabs.js"]