RustProgramming

RustProgramming

by Jason Stafford
4.1 ยท 8,821 ratings
2.99 USD Download from Mac App Store
v1.0 ยท Updated 3 months ago ยท 822.92 Mb ยท Released Jan 2016

How do you feel about this app?

Key Features

๐Ÿค– AI Powered
๐Ÿ’ป Code Editor
๐Ÿ”ท Vector Graphics
๐ŸŒค๏ธ Weather
RustProgramming

About RustProgramming

Excellent Video Training on Rust Programming Learn a modern, powerful yet safe programming language! 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 Rusts explicit take on the concept of lifetime with ownership and borrowing. Use Rusts package managent using Cargo. Learn about other useful topics: documentation, conditional compilation, testing.