mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-16 17:03:35 +00:00
auto merge of #16183 : brson/rust/doctitles, r=alexcrichton
This commit is contained in:
commit
432042ac14
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
% Project FAQ
|
||||
% The Rust Project FAQ
|
||||
|
||||
# What is this project's goal, in one sentence?
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
% Writing Safe Unsafe and Low-Level Code
|
||||
% Writing Unsafe and Low-Level Code in Rust
|
||||
|
||||
# Introduction
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user