Linkedin - Advanced Rust - Managing Projects

seeders: 8
leechers: 6
updated:

Download Fast Safe Anonymous
movies, software, shows...
  • Downloads: 32
  • Language: English

Files

[ CourseLala.com ] Linkedin - Advanced Rust - Managing Projects
  • Get Bonus Downloads Here.url (0.2 KB)
  • ~Get Your Files Here ! 1. Introduction
    • 001. Manage and test Rust projects.en.srt (1.0 KB)
    • 001. Manage and test Rust projects.mp4 (5.3 MB)
    • 002. What you should know.en.srt (2.1 KB)
    • 002. What you should know.mp4 (10.2 MB)
    2. Managing Projects
    • 003. The module system.mp4 (28.9 MB)
    • 004. Packages vs. crates.en.srt (13.9 KB)
    • 004. Packages vs. crates.mp4 (77.5 MB)
    • 005. Defining modules.en.srt (3.9 KB)
    • 005. Defining modules.mp4 (26.5 MB)
    • 006. Absolute vs. relative path.mp4 (50.8 MB)
    • 007. Public modules.en.srt (4.7 KB)
    • 007. Public modules.mp4 (31.2 MB)
    • 008. Public structs and enums.en.srt (6.1 KB)
    • 008. Public structs and enums.mp4 (38.8 MB)
    • 009. Bringing paths into scope.en.srt (8.3 KB)
    • 009. Bringing paths into scope.mp4 (52.3 MB)
    • 010. Using external crates.en.srt (8.8 KB)
    • 010. Using external crates.mp4 (49.5 MB)
    • 011. Separating modules into multiple files.en.srt (10.3 KB)
    • 011. Separating modules into multiple files.mp4 (55.9 MB)
    • 012. Challenge Organize a project.en.srt (3.9 KB)
    • 012. Challenge Organize a project.mp4 (21.1 MB)
    • 013. Solution Organize a project.en.srt (5.3 KB)
    • 013. Solution Organize a project.mp4 (33.9 MB)
    3. Automating Tests
    • 014. Test functions.en.srt (7.8 KB)
    • 014. Test functions.mp4 (44.2 MB)
    • 015. assert! macro.en.srt (5.9 KB)
    • 015. assert! macro.mp4 (34.1 MB)
    • 016. Custom failure messages.en.srt (6.3 KB)
    • 016. Custom failure messages.mp4 (35.0 MB)
    • 017. assert_eq! and assert_ne! macros.en.srt (2.8 KB)
    • 017. assert_eq! and assert_ne! macros.mp4 (18.5 MB)
    • 018. should_panic! macro.en.srt (6.6 KB)
    • 018. should_panic! macro.mp4 (39.3 MB)
    • 019. Controlling test execution.en.srt (12.5 KB)
    • 019. Controlling test execution.mp4 (69.7 MB)
    • 020. Unit tests.en.srt (8.0 KB)
    • 020. Unit tests.mp4 (41.2 MB)
    • 021. Integration tests.en.srt (8.2 KB)
    • 021. Integration tests.mp4 (20.5 MB)
    • 022. Challenge Write automated tests.en.srt (2.9 KB)
    • 022. Challenge Write automated tests.mp4 (15.6 MB)
    • 023. Solution Write automated tests.mp4 (23.4 MB)
    4. Conclusion
    • 024. Next steps.en.srt (1.3 KB)
    • 024. Next steps.mp4 (5.9 MB)
    • Bonus Resources.txt (0.4 KB)
    • Ex_Files_Advanced_Rust_Managing_Projects Exercise Files 01_02_packages_and_crates begin my_project
      • Cargo.toml (0.2 KB)
      • git
        • HEAD (0.0 KB)
        • config (0.1 KB)
        • description (0.1 KB)
        • hooks
          • README.sample (0.2 KB)
          info
          • exclude (0.1 KB)
          src bin
          • second_bin.rs (0.2 KB)
          • third_bin
            • another_module.rs (0.2 KB)
            • main.rs (0.2 KB)
            • lib.rs (0.2 KB)
            • main.rs (0.3 KB)
            • some_module.rs (0.2 KB)
            • end my_project
              • Cargo.toml (0.2 KB)
              • git
                • HEAD (0.0 KB)
                • config (0.1 KB)
                • description (0.1 KB)
                • hooks
                  • README.sample (0.2 KB)
                  info
                  • exclude (0.1 KB)
                  src bin
                  • second_bin.rs (0.2 KB)
                  • third_bin
                    • another_module.rs (0.2 KB)
                    • main.rs (0.2 KB)
                    • lib.rs (0.2 KB)
                    • main.rs (0.3 KB)
                    • some_module.rs (0.2 KB)
                    • 01_03_inline_module end hello_world
                      • Cargo.toml (0.2 KB)
                      • git
                        • HEAD (0.0 KB)
                        • config (0.1 KB)
                        • description (0.1 KB)
                        • hooks
                          • README.sample (0.2 KB)
                          info
                          • exclude (0.1 KB)
                          src
                          • main.rs (0.2 KB)
                          01_04_paths begin hello_world
                          • Cargo.toml (0.2 KB)
                          • git
                            • HEAD (0.0 KB)
                            • config (0.1 KB)
                            • description (0.1 KB)
                            • hooks
                              • README.sample (0.2 KB)
                              info
                              • exclude (0.1 KB)
                              src
                              • main.rs (0.2 KB)
                              end hello_world
                              • Cargo.toml (0.2 KB)
                              • src
                                • main.rs (0.5 KB)
                                01_05_public_modules begin hello_world
                                • Cargo.toml (0.2 KB)
                                • git
                                  • HEAD (0.0

Description

Advanced Rust: Managing Projects



https://CourseLala.com

LinkedIn Learning
Duration: 1h 38m | .MP4 1280x720, 30 fps(r) | AAC, 48000 Hz, 2ch | 829 MB
Genre: eLearning | Language: English

Are you looking for the next step to advance from the initial Rust essential training to manage growing Rust projects and writing automated test routines? In this course, instructor Barron Stone has exactly what you need. He explains how to manage projects using the Rust module system and explores topics such as using the “mod” keyword to define modules, navigating paths in Rust, and identifying parts of a program as public or private. Barron shows you how to automate tests, using test functions, assert! macros, custom failure messages, unit tests, integration tests, and more. This course can help you take the next step in your learning journey for mastering Rust.



Download torrent
829.5 MB
seeders:8
leechers:6
Linkedin - Advanced Rust - Managing Projects


Trackers

tracker name
udp://tracker.torrent.eu.org:451/announce
udp://tracker.tiny-vps.com:6969/announce
http://tracker.foreverpirates.co:80/announce
udp://tracker.cyberia.is:6969/announce
udp://exodus.desync.com:6969/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2780/announce
udp://tracker.internetwarriors.net:1337/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://open.stealth.si:80/announce
udp://9.rarbg.to:2900/announce
udp://9.rarbg.me:2720/announce
udp://opentor.org:2710/announce
µTorrent compatible trackers list

Download torrent
829.5 MB
seeders:8
leechers:6
Linkedin - Advanced Rust - Managing Projects


Torrent hash: 6FE49A22D89165A1342F9E9284BE72806CD05FA8