mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2025-02-16 12:18:27 +00:00
- enabled play button - added clipboard support - fixed several bugs on mobile - new theme - cleanup of custom css and js
9 lines
208 B
TOML
9 lines
208 B
TOML
title = "Rust Cookbook"
|
|
description = "Collection of useful Rust code examples"
|
|
author = "Rust Language Community"
|
|
|
|
[output.html]
|
|
additional-css = ["theme/custom.css"]
|
|
|
|
[output.html.playpen]
|
|
editable = false
|