You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nomicon/book.toml

26 lines
813 B

5 years ago
[book]
author = "The Rust Project Developers"
title = "The Rustonomicon"
description = "The Dark Arts of Advanced and Unsafe Rust Programming"
[output.html]
git-repository-url = "https://github.com/rust-lang/nomicon"
[output.html.redirect]
# Vec-related chapters.
"/vec-alloc.html" = "/vec/vec-alloc.html"
"/vec-dealloc.html" = "/vec/vec-dealloc.html"
"/vec-deref.html" = "/vec/vec-deref.html"
"/vec-drain.html" = "/vec/vec-drain.html"
"/vec-final.html" = "/vec/vec-final.html"
"/vec-insert-remove.html" = "/vec/vec-insert-remove.html"
"/vec-into-iter.html" = "/vec/vec-into-iter.html"
"/vec-layout.html" = "/vec/vec-layout.html"
"/vec-push-pop.html" = "/vec/vec-push-pop.html"
"/vec-raw.html" = "/vec/vec-raw.html"
"/vec-zsts.html" = "/vec/vec-zsts.html"
"/vec.html" = "/vec/vec.html"
[rust]
edition = "2018"