Torrent Info
Title The_Rust_Programming_Language_v2.1
Category
Size 1.90GB

Files List
Please note that this page does not hosts or makes available any of the listed filenames. You cannot download any of those files from here.
01.01.Cource Introduction.pptx 190.18KB
01.01.Course Introduction.mp4 18.51MB
01.01.Course Introduction.vtt 4.41KB
01.02.Installing and Configuring Rust.mp4 9.39MB
01.02.Installing and Configuring Rust.vtt 3.24KB
01.03. Hello, Rust!.mp4 15.75MB
01.03. Hello, Rust!.vtt 4.14KB
01.04.Introducing the Cargo Package Manager.mp4 29.87MB
01.04.Introducing the Cargo Package Manager.vtt 9.15KB
01.05.Rust in IntelliJ IDEA.mp4 30.19MB
01.05.Rust in IntelliJ IDEA.vtt 9.18KB
02.01.Numbers on the Computer.mp4 127.73MB
02.01.Numbers on the Computer.vtt 31.87KB
02.02.Application Entrypoint.mp4 6.92MB
02.02.Application Entrypoint.vtt 3.98KB
02.02.Core Data Types.mp4 49.11MB
02.02.Core Data Types.vtt 18.66KB
02.03.Operators.mp4 34.00MB
02.03.Operators.vtt 12.04KB
02.04.Scope and Shadowing.mp4 23.81MB
02.04.Scope and Shadowing.vtt 7.08KB
02.05.Declaring and Using Constants.mp4 22.05MB
02.05.Declaring and Using Constants.vtt 5.05KB
02.06.Stack and Heap.mp4 30.49MB
02.06.Stack and Heap.vtt 12.54KB
03.01.If Statement.mp4 21.94MB
03.01.if-statement.rc 903B
03.01.If Statement.vtt 8.40KB
03.02.while_and_loop.rc 379B
03.02.While and Loop.mp4 13.26MB
03.02.While and Loop.vtt 4.91KB
03.03.for_loop.rc 362B
03.03.For Loops.mp4 13.45MB
03.03.For Loops.vtt 5.20KB
03.04.match_statement.rc 498B
03.04.Match Statement.mp4 20.98MB
03.04.Match Statement.vtt 7.08KB
03.04.Match Statement-OLD.mp4 20.98MB
03.05.Combination Lock.mp4 46.26MB
03.05.Combination Lock.vtt 11.85KB
04.01.Structs.mp4 11.83MB
04.01.Structs.vtt 11.85KB
04.01.structures.rc 655B
04.02.emuns.rc 823B
04.02.Enumerations.mp4 30.99MB
04.02.Enumerations.vtt 10.72KB
04.03.Unions.mp4 34.02MB
04.03.unions.rc 933B
04.03.Unions.vtt 11.00KB
04.04.options.rc 368B
04.04.OptionT and if let-while let.mp4 27.37MB
04.04.OptionT and if let-while let.vtt 6.78KB
04.05.Arrays.mp4 37.72MB
04.05.arrays.rc 983B
04.05.Arrays.vtt 14.95KB
04.06.Slices.mp4 16.52MB
04.06.slices.rc 489B
04.06.Slices.vtt 6.67KB
04.07.Tuples.mp4 34.30MB
04.07.tuples.rc 803B
04.07.Tuples.vtt 11.42KB
04.08.pattern_matching.rc 1.27KB
04.08.Pattern Matching.mp4 40.58MB
04.08.Pattern Matching.vtt 14.73KB
04.09.Generics.mp4 20.52MB
04.09.generics.rc 287B
04.09.Generics.vtt 6.83KB
05.01.Overview.mp4 21.07MB
05.01.Overview.vtt 4.90KB
05.01.Vectors.mp4 40.78MB
05.01.Vectors.vtt 15.38KB
05.02.vertors.rc 970B
05.03.HashMap.mp4 50.00MB
05.03.hashmap.rc 892B
05.03.HashMap.vtt 9.66KB
05.04.HashSet.mp4 60.27MB
05.04.HashSet.vtt 13.88KB
06.01.Strings.mp4 33.81MB
06.01.strings.rc 1.32KB
06.01.Strings.vtt 12.81KB
06.02.String Formatting (format!).mp4 50.64MB
06.02.String Formatting (format!).vtt 9.40KB
06.03.Number Guessing Game.mp4 37.74MB
06.03.Number Guessing Game.vtt 10.41KB
07.01.fuctions.rc 472B
07.01.Functions and Function Arguments.mp4 16.68MB
07.01.Functions and Function Arguments.vtt 7.78KB
07.02.Methods.mp4 9.18MB
07.02.methods.rc 492B
07.02.Methods.vtt 3.48KB
07.03.Closures.mp4 34.31MB
07.03.closures.rc 606B
07.03.Closures.vtt 13.39KB
07.04.higher_order_fuctions.rc 833B
07.04.Higher-Order Functions.mp4 42.48MB
07.04.Higher-Order Functions.vtt 12.87KB
08.01.Traits.mp4 42.85MB
08.01.Traits.vtt 14.26KB
08.02.trait_params.rc 683B
08.02.Trait Parameters.mp4 50.22MB
08.02.Trait Parameters.vtt 8.82KB
08.03.Into.mp4 30.35MB
08.03.Into.vtt 6.93KB
08.04.Drop.mp4 34.73MB
08.04.Drop.vtt 7.12KB
08.05.Operator Overloading.mp4 112.03MB
08.05.Operator Overloading.vtt 20.48KB
08.06.Static Dispatch.mp4 10.13MB
08.06.Static Dispatch.vtt 7.63KB
08.07.Dynamic Dispatch.mp4 5.66MB
08.07.Dynamic Dispatch.vtt 3.58KB
08.08.dynamic_dispatch.rc 555B
08.08.Why Dynamic Dispatch.mp4 9.95MB
08.08.Why Dynamic Dispatch.vtt 6.16KB
08.09.Vectors of Different Objects.mp4 67.27MB
08.09.Vectors of Different Objects.vtt 12.11KB
09.01.Ownership.mp4 21.60MB
09.01.Ownership.vtt 9.17KB
09.02.Borrowing.mp4 20.48MB
09.02.Borrowing.vtt 8.01KB
09.03.Lifetime.mp4 21.95MB
09.03.Lifetime.vtt 8.65KB
09.04.Lifetime in Structure Implementation.mp4 20.62MB
09.04.Lifetime in Structure Implementation.vtt 5.55KB
09.05.Reference-Counted Variables (Rc).mp4 13.13MB
09.05.Reference-Counted Variables (Rc).vtt 8.19KB
09.06.Atomic Reference-Counted Variables (Arc).mp4 8.55MB
09.06.Atomic Reference-Counted Variables (Arc).vtt 4.93KB
09.07.Using a Mutex for Thread-Safe Mutability.mp4 14.67MB
09.07.Using a Mutex for Thread-Safe Mutability.vtt 8.29KB
10.01.Circular References.mp4 132.69MB
10.01.Circular References.vtt 28.82KB
11.01.Spawning and Joining Threads.mp4 24.57MB
11.01.Spawning and Joining Threads.vtt 5.83KB
12.01.Consuming Crates.mp4 18.56MB
12.01.Consuming Crates.vtt 5.87KB
12.02.Building Modules and Crates.mp4 58.28MB
12.02.Building Modules and Crates.vtt 12.02KB
12.03.Testing.mp4 17.92MB
12.03.Testing.vtt 5.41KB
12.04.Comments and Documentation.mp4 22.59MB
12.04.Comments and Documentation.vtt 7.04KB
content.txt 1.50KB
Distribution statistics by country
Russia (RU) 5
Republic of Korea (KR) 1
Belarus (BY) 1
Total 7
IP List List of IP addresses which were distributed this torrent