auto merge of #16183 : brson/rust/doctitles, r=alexcrichton

This commit is contained in:
bors 2014-08-02 17:21:09 +00:00
commit 432042ac14
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
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.

View File

@ -1,4 +1,4 @@
% Project FAQ
% The Rust Project FAQ
# 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
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

View File

@ -1,4 +1,4 @@
% Rust documentation
% Rust Documentation
<!-- Completely hide the TOC and the section numbers -->
<style type="text/css">
@ -19,7 +19,7 @@ li {list-style-type: none; }
* [Containers and Iterators](guide-container.html)
* [Tasks and Communication](guide-tasks.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)
* [Testing](guide-testing.html)
* [Rust's Runtime](guide-runtime.html)