[FTUForum.Com] [UDEMY] The Rust Programming Language [FTU]

Torrent Details


[FTUForum.com] [UDEMY] The Rust Programming Language [FTU]

NAME
[FTUForum.com] [UDEMY] The Rust Programming Language [FTU].torrent
CATEGORY
Other
INFOHASH
0c77d64a9c03079e6332815020f341bb89c3a854
SIZE
1.1 GB in 99 files
ADDED
Uploaded on 11-04-2019 by our crawler pet called "Spidey".
SWARM
0 seeders & 0 peers
RATING
No votes yet.

Please login to vote for this torrent.


Description





Learn a modern, powerful yet safe systems programming language!



Created by: Dmitri Nesteruk

Last updated: 11/2018

Language: English

Caption (CC): Included

Torrent Contains: 106 Files, 8 Folders

Course Source: https://www.udemy.com/rust-lang/



What you'll learn



• Solve problems in Rust

• Understand Rust's strengths and weaknesses

• Effectively leverage Rust's memory safety guarantees

• Write applications and libraries

• Test and document your code



Requirements



• Basic knowledge of computer science

• A computer with a Rust-enabled IDE (VisualRust, intellij-rust, etc.)



Description



This course will teach you the fundamentals of Rust, a modern programming language that has the both the power of native code as well as the safety of some managed languages. In this course you will learn the following:



• How to download and install Rust; how to compile programs and (optionally) work with an IDE.

• Learn about fundamental data types and how to use them to declare variables.

• Undersand arrays, vectors and strings, the concept of slices.

• Learn to create functions, methods, closures, higher-order functions.

• Understand how to create various data structures such as structs and enums; also traits.

• Master Rust's explicit take on the concept of lifetime with ownership, borrowing, lifetime specifiers, lifetime elision.

• Learn how to safely share data around your (possibly multithreaded) application with Rc, Arc and Mutex.

• Use Rust's package managent using Cargo.

• Learn about other useful topics: documentation, conditional compilation, testing.



This course, like all my other courses, will be supplemented with additional lectures based on participants' requests.



Who this course is for:



• Systems programmers

• Experienced developers interested in Rust

• C/C++ programmers.



For More Udemy Free Courses >>> https://ftuforum.com/

For more Lynda and other Courses >>> https://www.freecoursesonline.me/

Our Forum for discussion >>> https://discuss.ftuforum.com/







Discussion

Comments 0

Post Your Comment

Files in this torrent

FILENAMESIZE
1. Introduction/1. Course Introduction.mp427.5 MB
1. Introduction/1. Course Introduction.vtt4.7 KB
1. Introduction/1.1 slides.pptx.pptx190.2 KB
1. Introduction/2. Installing and Configuring Rust.mp426.8 MB
1. Introduction/2. Installing and Configuring Rust.vtt3.4 KB
1. Introduction/2.1 Rust playground.html88 B
1. Introduction/2.2 Rust language homepage.html87 B
1. Introduction/3. Hello, Rust!.mp415.8 MB
1. Introduction/3. Hello, Rust!.vtt4.4 KB
1. Introduction/4. Introducing the Cargo Package Manager.mp429.9 MB
1. Introduction/4. Introducing the Cargo Package Manager.vtt9.4 KB
1. Introduction/5. Rust in IntelliJ IDEA.mp430.2 MB
1. Introduction/5. Rust in IntelliJ IDEA.vtt9.7 KB
1. Introduction/5.1 IntelliJ IDEA Downloads.html101 B
1. Introduction/6. Rust with Visual Studio (NOT RECOMMENDED).mp411.7 MB
1. Introduction/6. Rust with Visual Studio (NOT RECOMMENDED).vtt4.6 KB
1. Introduction/6.1 VisualRust (Visual Studio Extension for Rust).html144 B
1. Introduction/6.2 Visual Studio Community Edition (Free IDE for Windows).html136 B
1. Introduction/6.3 Rust and IDEs (contains links to some other Rust IDE packages).html96 B
2. Types and Variables/1. Core Data Types.mp449.1 MB
2. Types and Variables/1. Core Data Types.vtt19.6 KB
2. Types and Variables/2. Operators.mp434 MB
2. Types and Variables/2. Operators.vtt12.7 KB
2. Types and Variables/3. Scope and Shadowing.mp423.8 MB
2. Types and Variables/3. Scope and Shadowing.vtt7.4 KB
2. Types and Variables/4. Declaring and Using Constants.mp422.1 MB
2. Types and Variables/4. Declaring and Using Constants.vtt5.3 KB
2. Types and Variables/5. Stack and Heap.mp430.5 MB
2. Types and Variables/5. Stack and Heap.vtt13.3 KB
3. Control Flow/1. If Statement.mp422 MB
3. Control Flow/1. If Statement.vtt8.9 KB
3. Control Flow/2. While and Loop.mp413.3 MB
3. Control Flow/2. While and Loop.vtt5 KB
3. Control Flow/3. For Loops.mp413.5 MB
3. Control Flow/3. For Loops.vtt5.3 KB
3. Control Flow/4. Match Statement.mp421 MB
3. Control Flow/4. Match Statement.vtt8.1 KB
4. Data Structures/1. Structs.mp411.8 MB
4. Data Structures/1. Structs.vtt4.3 KB
4. Data Structures/10. Pattern Matching.mp440.6 MB
4. Data Structures/10. Pattern Matching.vtt14.7 KB
4. Data Structures/11. Generics.mp420.5 MB
4. Data Structures/11. Generics.vtt7.1 KB
4. Data Structures/2. Enumerations.mp431 MB
4. Data Structures/2. Enumerations.vtt11.1 KB
4. Data Structures/3. Unions.mp410.4 MB
4. Data Structures/3. Unions.vtt7.4 KB
4. Data Structures/4. OptionT and if letwhile let.mp422.1 MB
4. Data Structures/4. OptionT and if letwhile let.vtt8.1 KB
4. Data Structures/5. Arrays.mp437.7 MB
4. Data Structures/5. Arrays.vtt15.7 KB
4. Data Structures/6. Vectors.mp440.8 MB
4. Data Structures/6. Vectors.vtt16.3 KB
4. Data Structures/7. Slices.mp416.5 MB
4. Data Structures/7. Slices.vtt6.7 KB
4. Data Structures/8. Strings.mp433.8 MB
4. Data Structures/8. Strings.vtt13.4 KB
4. Data Structures/8.1 String vs _str in Rust functions.html132 B
4. Data Structures/9. Tuples.mp434.3 MB
4. Data Structures/9. Tuples.vtt12 KB
5. Functions/1. Functions and Function Arguments.mp416.7 MB
5. Functions/1. Functions and Function Arguments.vtt8.2 KB
5. Functions/2. Methods.mp49.2 MB
5. Functions/2. Methods.vtt3.7 KB
5. Functions/3. Closures.mp434.3 MB
5. Functions/3. Closures.vtt14 KB
5. Functions/4. Higher-Order Functions.mp416.2 MB
5. Functions/4. Higher-Order Functions.vtt7.8 KB
6. Traits/1. Traits.mp442.8 MB
6. Traits/1. Traits.vtt14.9 KB
6. Traits/2. Operator Overloading.mp412.3 MB
6. Traits/2. Operator Overloading.vtt5.3 KB
6. Traits/3. Static Dispatch.mp410.1 MB
6. Traits/3. Static Dispatch.vtt8.1 KB
6. Traits/4. Dynamic Dispatch.mp45.7 MB
6. Traits/4. Dynamic Dispatch.vtt3.7 KB
6. Traits/5. Why Dynamic Dispatch.mp49.9 MB
6. Traits/5. Why Dynamic Dispatch.vtt6.4 KB
6. Traits/5.1 main.rs.rs556 B
7. Lifetime and Memory/1. Ownership.mp421.6 MB
7. Lifetime and Memory/1. Ownership.vtt9.2 KB
7. Lifetime and Memory/2. Borrowing.mp420.5 MB
7. Lifetime and Memory/2. Borrowing.vtt8.4 KB
7. Lifetime and Memory/3. Lifetime.mp415.2 MB
7. Lifetime and Memory/3. Lifetime.vtt9 KB
7. Lifetime and Memory/4. Reference-Counted Variables (Rc).mp413.1 MB
7. Lifetime and Memory/4. Reference-Counted Variables (Rc).vtt8.4 KB
7. Lifetime and Memory/5. Atomic Reference-Counted Variables (Arc).mp48.5 MB
7. Lifetime and Memory/5. Atomic Reference-Counted Variables (Arc).vtt5.1 KB
7. Lifetime and Memory/6. Using a Mutex for Thread-Safe Mutability.mp414.7 MB
7. Lifetime and Memory/6. Using a Mutex for Thread-Safe Mutability.vtt8.8 KB
8. Odds _ Ends/1. Consuming Crates.mp418.6 MB
8. Odds _ Ends/1. Consuming Crates.vtt6.2 KB
8. Odds _ Ends/1.1 crates.io.html77 B
8. Odds _ Ends/2. Building Modules and Crates.mp458.3 MB
8. Odds _ Ends/2. Building Modules and Crates.vtt12.6 KB
8. Odds _ Ends/3. Testing.mp451.9 MB
8. Odds _ Ends/3. Testing.vtt5.7 KB
8. Odds _ Ends/4. Comments and Documentation.mp461.1 MB

Alternative Torrents for 'FTUForum.com UDEMY Rust Programming Language FTU'.

There are no alternative torrents found.