美文网首页
RUST: THE EASY WAY

RUST: THE EASY WAY

作者: 寺院的研究僧 | 来源:发表于2018-04-20 23:11 被阅读41次
image

Rust, a system programming language, is best known for its key features—safety and speed—but it is much more than that. Rust is a popular language and this course is here to convince you that Rust lives up to the hype.

This course covers the fundamentals of the Rust programming language, its core concepts, and best coding practices. It starts with the basics and goes on to explain how to get started by developing a simple Rust program. You will also learn immutability, conditionals, loops, arrays, and strings to enhance your programming skills. Moving ahead, you will get a deeper understanding of Rust, by acquiring knowledge of structures, enums, and functions. Furthermore, you will learn to test your programs using Cargo. Additionally, you will get an experience of generic data types, the idea behind lifetimes, and concurrency in Rust.

Finally, at the end of the video course, you will be proficient enough to write better, safe, and maintainable code in Rust by building an application.

All the code and supporting files for this course are available on Github at https://github.com/PacktPublishing/-RUST-The-Easy-Way


链接: https://pan.baidu.com/s/1YxxV7abkBhV4ImGxRSqNRw 密码: 19z4

相关文章

  • RUST: THE EASY WAY

    Rust, a system programming language, is best known for it...

  • 190321随笔

    always choose the right way instead of the easy way. it b...

  • right way or easy way?

    昨天听了李蕾的音频,她说,生活中不管是大事还是小事,其实都充满着重大的挑战,没有什么事情是容易的。从穿衣...

  • Easy way or Right way

    一次路过台北宋美龄故居,身旁的游客阿姨说:哎呀!真可怜,一生就是个填房,无儿无女的。我顿时很荒唐,她站在了如此高峰...

  • Easy way or hard way

    20190507 如果摆在面前的有两条路,easy way and hard way ,你会选择哪一条? 大多数人...

  • The right way or the easy way

    我最近的状态,生活节奏感有点乱,嗯,如上图所示,不知道从何时开始,差不多就是去年和前任结束后,就是每几天总是不停的...

  • DHSeparateTextField

    DHSeparateTextField An easy way to use a separate textfield

  • 【book 127】Learn Java The Easy Wa

    【book 127】Learn Java The Easy Way

  • 1206

    the beginning is not easy,always a better way for learnin...

  • MVVM之列表绑定binding-collection-adap

    Easy way to bind collections to listviews and recyclervie...

网友评论

      本文标题:RUST: THE EASY WAY

      本文链接:https://www.haomeiwen.com/subject/iehtlftx.html