Skip to content

Commit

Permalink
Added note to README and updated index
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatarun95 committed Nov 7, 2020
1 parent 9791123 commit b1eba4d
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 14 deletions.
24 changes: 12 additions & 12 deletions 2018-edition/src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# The Rust Programming Language

[Foreword](foreword.md)
[Introduction](ch00-00-introduction.md)
[परिचय](ch00-00-introduction.md)

## Getting started
## शुरुआत

- [Getting Started](ch01-00-getting-started.md)
- [Installation](ch01-01-installation.md)
- [Hello, World!](ch01-02-hello-world.md)
- [Hello, Cargo!](ch01-03-hello-cargo.md)
- [शुरुआत](ch01-00-getting-started.md)
- [रस्ट चलाना](ch01-01-installation.md)
- [आपका पहला रस्ट प्रोग्राम!](ch01-02-hello-world.md)
- [`Cargo` का उप्योग](ch01-03-hello-cargo.md)

- [Programming a Guessing Game](ch02-00-guessing-game-tutorial.md)
- [अंक अनुमान खेल बनाना](ch02-00-guessing-game-tutorial.md)

- [Common Programming Concepts](ch03-00-common-programming-concepts.md)
- [Variables and Mutability](ch03-01-variables-and-mutability.md)
- [Data Types](ch03-02-data-types.md)
- [How Functions Work](ch03-03-how-functions-work.md)
- [Comments](ch03-04-comments.md)
- [सामन्य प्रोग्रामिंग अवधारणाएं](ch03-00-common-programming-concepts.md)
- [चर और परिवर्तनशीलता](ch03-01-variables-and-mutability.md)
- [जानकारी के प्रकार](ch03-02-data-types.md)
- [फ़ंक्शन](ch03-03-how-functions-work.md)
- [विवरण](ch03-04-comments.md)
- [Control Flow](ch03-05-control-flow.md)

- [Understanding Ownership](ch04-00-understanding-ownership.md)
Expand Down
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# रस्ट परोगरांमिंग भा‍षा

[![Build Status](https://travis-ci.org/rust-lang/book.svg?branch=master)](https://travis-ci.org/rust-lang/book)

अनुवाद नोट: किसी भी तटनीकी अनुवाद मे तकनीकी शब्द प्रयोग होते हैं। इस अनुवाग मे
कोशिश रही है कि हर जगह सुसंगत रुप से शब्दों का प्रयोग हो। इस अनुवाद मे प्रयोग
किए गय तकनीकी शब्दों का शब्दकोष आप [glossary.csv](auto_translate/glossary.csv)
मे देख सकते हैं। अभि सिर्फ कुछ अधयायों का अनुवाद किया है।

आप [सुची](2018-edition/src/SUMMARY.md) से पढना शुरू कर सकते हैं। सारे अधयाय
[2018-edition/src](https://github.com/venkatarun95/rust-book-hindi/blob/master/2018-edition/src/)
फ़ोल्डर मे हैं।

मेने हिंदी मे बोहोत पहले नही लिखा है, और तकनीकी विषयों पर तो बिलकुल नही। आपको
गलतियां शरूर मिलेंगी। सुझाव हो, तो क्रपया दीजिए।


# The Rust Programming Language

[![Build Status](https://travis-ci.org/rust-lang/book.svg?branch=master)](https://travis-ci.org/rust-lang/book)
Expand Down Expand Up @@ -74,8 +91,8 @@ kinds of contributions we're looking for.

### 2018 Edition

The "2018" Edition is in the process of being updated with the language changes
that will be available with the 2018 Edition of the Rust language. All new
The "2018" Edition is in the process of being updated with the language changes
that will be available with the 2018 Edition of the Rust language. All new
contributions should be to this edition.

### Second Edition
Expand Down

0 comments on commit b1eba4d

Please sign in to comment.