blob: 69ba3053ca253f331ad3186a0a763b71797fe8e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[book]
authors = ["Gonzalo Brito Gadeschi", "Gabriel Majeri"]
multilingual = false
src = "src"
title = "Rust SIMD Performance Guide"
description = "This book describes how to write performant SIMD code in Rust."
[build]
create-missing = false
[output.html]
additional-css = ["./src/ascii.css"]
|