From Python to Rust. Part 2: Strings, Functions & Crates/Modules.

preview_player
Показать описание
In this video, we look at Strings, Functions and import a Rust 'rand' crate.

#Bioinformatics #Python #Rust

[=== Video Notes/Links ===]
Article version:

Rust Strings video:

Additional Rust String methods:

Recommended Rust programming books:
1) Rust Programming Language, The Paperback

2) Mastering Rust: Learn about memory safety, type system, concurrency, and the new features of Rust 2018 edition, 2nd Edition

VSCode Code Runner Rust build command:
"rust": "if [ $(basename $dir) = 'examples' ]; then cargo run --example $fileNameWithoutExt; else cargo run; fi"
}

Rust Matrix community:

GitLab Link:

[=== Community chat/communication ===]

[=== Channel support ===]
[PayPal]

[Patreon]

Рекомендации по теме
Комментарии
Автор

As a python developer who is fine enough with a superficial kowledge of rust for now, these videos are extremely incredible. Thanks! The C++ like speed gains are great and seemingly is built for modern situations.

GoonCity
Автор

Awesome video. I am wondering how frequently is Rust used for Bioinformatics purposes comparing to Python?

LanaDominkovic
Автор

nice video
could you please explain how to use SAM and BAM file in rust

ayushverma
Автор

why do you use include!() instead of mod?

hanes