FileMood

Download The Rust Programming Language

The Rust Programming Language

Name

The Rust Programming Language

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

1.0 GB

Total Files

139

Hash

2C328B08D870FC78B14DB8C4EA8D9E43DE180651

/

01.01.Course Introduction.mp4

15.4 MB

01.02.Installing and Configuring Rust.mp4

9.8 MB

01.03. Hello, Rust!.mp4

16.5 MB

01.04.Introducing the Cargo Package Manager.mp4

31.3 MB

01.05.IDE Support.mp4

12.3 MB

02.01.Core Data Types.mp4

51.5 MB

02.02.Operators.mp4

35.7 MB

02.03.Scope and Shadowing.mp4

25.0 MB

02.04.Declaring and Using Constants.mp4

23.1 MB

02.05.Stack and Heap.mp4

32.0 MB

03.01.If Statement.mp4

23.0 MB

03.02.While and Loop.mp4

13.9 MB

03.03.For Loops.mp4

14.1 MB

03.04.Match Statement.mp4

22.0 MB

04.01.Structs.mp4

12.4 MB

04.02.Enumerations.mp4

32.5 MB

04.03.Unions.mp4

10.9 MB

04.04.OptionT and if let-while let.mp4

23.2 MB

04.05.Arrays.mp4

39.6 MB

04.06.Vectors.mp4

42.8 MB

04.07.Slices.mp4

17.3 MB

04.08.Strings.mp4

35.5 MB

04.09.Tuples.mp4

36.0 MB

04.10.Pattern Matching.mp4

42.6 MB

04.11.Generics.mp4

21.5 MB

05.01.Functions and Function Arguments.mp4

17.5 MB

05.02.Methods.mp4

9.6 MB

05.03.Closures.mp4

36.0 MB

05.04.Higher-Order Functions.mp4

17.0 MB

06.01.Traits.mp4

44.9 MB

06.02.Operator Overloading.mp4

12.9 MB

06.03.Static Dispatch.mp4

10.6 MB

06.04.Dynamic Dispatch.mp4

5.9 MB

06.05.Why Dynamic Dispatch.mp4

10.4 MB

07.01.Ownership.mp4

22.6 MB

07.02.Borrowing.mp4

21.5 MB

07.03.Lifetime.mp4

15.9 MB

07.04.Reference-Counted Variables (Rc).mp4

13.8 MB

07.05.Atomic Reference-Counted Variables (Arc).mp4

9.0 MB

07.06.Using a Mutex for Thread-Safe Mutability.mp4

15.4 MB

08.01.Consuming Crates.mp4

19.5 MB

08.02.Building Modules and Crates.mp4

61.1 MB

08.03.Testing.mp4

18.8 MB

08.04.Comments and Documentation.mp4

23.7 MB

content.txt

2.2 KB

/code_examples/01 Introduction/

001 Course Introduction-en.srt

5.3 KB

001 Course Introduction-pt.srt

5.3 KB

001 slides.pptx

194.7 KB

002 Installing and Configuring Rust-en.srt

3.9 KB

002 Installing and Configuring Rust-pt.srt

3.8 KB

002 Rust-language-homepage.txt

0.0 KB

002 Rust-playground.txt

0.0 KB

003 Hello Rust-en.srt

5.0 KB

003 Hello Rust-pt.srt

5.1 KB

004 Introducing the Cargo Package Manager-en.srt

11.1 KB

004 Introducing the Cargo Package Manager-pt.srt

10.9 KB

005 IDE Support-en.srt

5.3 KB

005 IDE Support-pt.srt

5.3 KB

005 Rust-and-IDEs-contains-links-to-some-other-Rust-IDE-packages-.txt

0.0 KB

005 Visual-Studio-Community-Edition-Free-IDE-for-Windows-.txt

0.1 KB

005 VisualRust-Visual-Studio-Extension-for-Rust-.txt

0.1 KB

/.../02 Types and Variables/

006 Core Data Types-en.srt

22.9 KB

006 Core Data Types-pt.srt

22.9 KB

007 Operators-en.srt

14.6 KB

007 Operators-pt.srt

14.7 KB

008 Scope and Shadowing-en.srt

8.6 KB

008 Scope and Shadowing-pt.srt

8.5 KB

009 Declaring and Using Constants-en.srt

6.0 KB

009 Declaring and Using Constants-pt.srt

6.0 KB

010 Stack and Heap-en.srt

15.2 KB

010 Stack and Heap-pt.srt

15.3 KB

/.../03 Control Flow/

011 If Statement-en.srt

10.2 KB

011 If Statement-pt.srt

10.3 KB

012 While and Loop-en.srt

6.0 KB

012 While and Loop-pt.srt

5.9 KB

013 For Loops-en.srt

6.3 KB

013 For Loops-pt.srt

6.1 KB

014 Match Statement-en.srt

9.2 KB

014 Match Statement-pt.srt

9.2 KB

/.../04 Data Structures/

015 Structs-en.srt

5.0 KB

015 Structs-pt.srt

5.0 KB

016 Enumerations-en.srt

13.0 KB

016 Enumerations-pt.srt

12.9 KB

017 Unions-en.srt

8.2 KB

017 Unions-pt.srt

8.4 KB

018 OptionT and if letwhile let-en.srt

9.4 KB

018 OptionT and if letwhile let-pt.srt

9.4 KB

019 Arrays-en.srt

18.3 KB

019 Arrays-pt.srt

18.4 KB

020 Vectors-en.srt

19.0 KB

020 Vectors-pt.srt

19.1 KB

021 Slices-en.srt

8.2 KB

022 String-vs-str-in-Rust-functions.txt

0.1 KB

022 Strings-en.srt

15.6 KB

022 Strings-pt.srt

15.5 KB

023 Tuples-en.srt

13.7 KB

023 Tuples-pt.srt

13.7 KB

024 Pattern Matching-en.srt

18.0 KB

025 Generics-en.srt

8.2 KB

025 Generics-pt.srt

8.2 KB

/code_examples/05 Functions/

026 Functions and Function Arguments-en.srt

9.4 KB

026 Functions and Function Arguments-pt.srt

9.4 KB

027 Methods-en.srt

4.2 KB

027 Methods-pt.srt

4.3 KB

028 Closures-en.srt

16.3 KB

028 Closures-pt.srt

16.1 KB

029 Higher-Order Functions-en.srt

9.0 KB

029 Higher-Order Functions-pt.srt

8.8 KB

/code_examples/06 Traits/

030 Traits-en.srt

17.4 KB

030 Traits-pt.srt

17.3 KB

031 Operator Overloading-en.srt

6.1 KB

031 Operator Overloading-pt.srt

6.2 KB

032 Static Dispatch-en.srt

9.2 KB

032 Static Dispatch-pt.srt

9.3 KB

033 Dynamic Dispatch-en.srt

4.2 KB

033 Dynamic Dispatch-pt.srt

4.2 KB

034 main.rs

0.6 KB

034 Why Dynamic Dispatch-en.srt

7.5 KB

034 Why Dynamic Dispatch-pt.srt

7.4 KB

/.../07 Lifetime and Memory/

035 Ownership-en.srt

11.0 KB

036 Borrowing-en.srt

9.8 KB

036 Borrowing-pt.srt

9.7 KB

037 Lifetime-en.srt

10.4 KB

037 Lifetime-pt.srt

10.3 KB

038 Reference-Counted Variables (Rc)-en.srt

9.9 KB

038 Reference-Counted Variables (Rc)-pt.srt

9.6 KB

039 Atomic Reference-Counted Variables (Arc)-en.srt

6.0 KB

039 Atomic Reference-Counted Variables (Arc)-pt.srt

5.9 KB

040 Using a Mutex for Thread-Safe Mutability-en.srt

10.0 KB

040 Using a Mutex for Thread-Safe Mutability-pt.srt

10.1 KB

/.../08 Odds Ends/

041 Consuming Crates-en.srt

7.1 KB

041 Consuming Crates-pt.srt

7.1 KB

041 crates.io.txt

0.0 KB

042 Building Modules and Crates-en.srt

14.5 KB

042 Building Modules and Crates-pt.srt

14.5 KB

043 Testing-en.srt

6.5 KB

043 Testing-pt.srt

6.4 KB

044 Comments and Documentation-en.srt

8.5 KB

044 Comments and Documentation-pt.srt

8.4 KB

 

Total files 139


Copyright © 2025 FileMood.com