1
Fork 0

doc: Make sure all doc titles say 'Rust'. #12466

This commit is contained in:
Brian Anderson 2014-08-01 16:31:22 -07:00
parent 6136381ed8
commit fe13a9fb59
6 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
% Rust Design FAQ % The Rust Design FAQ
This document describes decisions were arrived at after lengthy discussion and This document describes decisions were arrived at after lengthy discussion and
experimenting with alternatives. Please do not propose reversing them unless experimenting with alternatives. Please do not propose reversing them unless

View file

@ -1,4 +1,4 @@
% Language FAQ % The Rust Language FAQ
## Are there any big programs written in it yet? I want to read big samples. ## Are there any big programs written in it yet? I want to read big samples.

View file

@ -1,4 +1,4 @@
% Project FAQ % The Rust Project FAQ
# What is this project's goal, in one sentence? # What is this project's goal, in one sentence?

View file

@ -1,4 +1,4 @@
% The Strings Guide % The Guide to Rust Strings
Strings are an important concept to master in any programming language. If you Strings are an important concept to master in any programming language. If you
come from a managed language background, you may be surprised at the complexity come from a managed language background, you may be surprised at the complexity

View file

@ -1,4 +1,4 @@
% Writing Safe Unsafe and Low-Level Code % Writing Unsafe and Low-Level Code in Rust
# Introduction # Introduction

View file

@ -1,4 +1,4 @@
% Rust documentation % Rust Documentation
<!-- Completely hide the TOC and the section numbers --> <!-- Completely hide the TOC and the section numbers -->
<style type="text/css"> <style type="text/css">
@ -19,7 +19,7 @@ li {list-style-type: none; }
* [Containers and Iterators](guide-container.html) * [Containers and Iterators](guide-container.html)
* [Tasks and Communication](guide-tasks.html) * [Tasks and Communication](guide-tasks.html)
* [Foreign Function Interface](guide-ffi.html) * [Foreign Function Interface](guide-ffi.html)
* [Writing Safe Unsafe and Low-Level Code](guide-unsafe.html) * [Writing Unsafe and Low-Level Code](guide-unsafe.html)
* [Macros](guide-macros.html) * [Macros](guide-macros.html)
* [Testing](guide-testing.html) * [Testing](guide-testing.html)
* [Rust's Runtime](guide-runtime.html) * [Rust's Runtime](guide-runtime.html)