Odak modu

Rust Fundamentals

A Tour of Rust:Cargo

Cargo

Cargo is Rust’s build system and package manager that we have build, run, and test our code. Per Rust official documentation Cargo has some advanced features:

  • Customize your build through release profiles
  • Publish libraries on crates.io
  • Organize large projects with workspaces
  • Install binaries from crates.io
  • Extend Cargo using custom commands

You can find detailed further information about Cargo from its documentation: https://doc.rust-lang.org/cargo/ 

Crates.io

We can use crates.io packages as dependencies for our project, but we can also publish our own packages to share our code with others. The crate registry at crates.io primarily hosts open source code because it distributes the source code of your packages.

You can find detailed further information about Creates.io from its documentation: https://crates.io/ 



Background Pattern
Birlikte öğrenelim

Sektörde en çok aranan yazılım becerilerini kazan

Yapay zeka desteği, birebir mentörlük saatleri, canlı dersler ve senin için özel hazırlanmış içeriklerle eksiklerini tamamla, düzenli geri bildirimler al ve öğrenme sürecini en verimli hale getir.

Yunus Emre Kabakcı

Patika+ mezunu

Patika+ Fullstack Web Development Bootcamp mezunumuz Yunus Emre,

3 ay içinde Katar’dan aldığı teklif ile, global bir şirket olan Pavo Group’da işe başladı!


“İçerik zenginliği, mentor desteği, ileriye dönük bir network sağlaması ve dünyada en çok tercih edilen frameworkler üzerinden bir eğitim veriyor olması Patika+’ı tercih etmemin temel sebepleri oldu!“

Test

Yorumlar

Yorum yapabilmek için derse kayıt olmalısın!