Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

🇫🇷 French translation of the book "The Rust Programming Language"

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
NotificationsYou must be signed in to change notification settings

Jimskapt/rust-book-fr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌐 This is the french translation of the book "The Rust Programming Language"

👓 Click here to read this translated book online

🔗 Click here to go to the English Book repository

Translations are inside/FRENCH/folder. Everything else should be remaining as the English Book(except somenecessary files, like this README.md).

Want to help to translate ?Please read the file/FRENCH/CONTRIBUTING.md !

The Rust Programming Language

Build Status

This repository contains the source of "The Rust Programming Language" book.

The book is available in dead-tree form from No Starch Press.

You can also read the book for free online. Please see the book as shipped withthe lateststable,beta, ornightly Rust releases. Be aware that issuesin those versions may have been fixed in this repository already, as thosereleases are updated less frequently.

See thereleases to download just the code of all the code listings that appear in the book.

Requirements

Building the book requiresmdBook, ideally the same version thatrust-lang/rust uses inthis file. To get it:

$ cargo install mdbook --vers [version-num]

Building

To build the book, type:

$ mdbook build

The output will be in thebook subdirectory. To check it out, open it inyour web browser.

Firefox:

$ firefox book/index.html# Linux$ open -a"Firefox" book/index.html# OS X$ Start-Process"firefox.exe" .\book\index.html# Windows (PowerShell)$ start firefox.exe .\book\index.html# Windows (Cmd)

Chrome:

$ google-chrome book/index.html# Linux$ open -a"Google Chrome" book/index.html# OS X$ Start-Process"chrome.exe" .\book\index.html# Windows (PowerShell)$ start chrome.exe .\book\index.html# Windows (Cmd)

To run the tests:

$ mdbooktest

Contributing

We'd love your help! Please seeCONTRIBUTING.md to learn about thekinds of contributions we're looking for.

Because the book isprinted, and because we wantto keep the online version of the book close to the print version whenpossible, it may take longer than you're used to for us to address your issueor pull request.

So far, we've been doing a larger revision to coincide withRustEditions. Between those largerrevisions, we will only be correcting errors. If your issue or pull requestisn't strictly fixing an error, it might sit until the next time that we'reworking on a large revision: expect on the order of months or years. Thank youfor your patience!

Translations

We'd love help translating the book! See theTranslations label to join inefforts that are currently in progress. Open a new issue to start working ona new language! We're waiting onmdbook support for multiple languagesbefore we merge any in, but feel free to start!

Spellchecking

To scan source files for spelling errors, you can use thespellcheck.shscript available in theci directory. It needs a dictionary of valid words,which is provided inci/dictionary.txt. If the script produces a falsepositive (say, you used wordBTreeMap which the script considers invalid),you need to add this word toci/dictionary.txt (keep the sorted order forconsistency).

About

🇫🇷 French translation of the book "The Rust Programming Language"

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Languages

  • Rust93.3%
  • HTML3.4%
  • Shell1.1%
  • XSLT1.0%
  • Handlebars0.6%
  • CSS0.3%
  • JavaScript0.3%

[8]ページ先頭

©2009-2025 Movatter.jp