Odak modu
There are two basic types of projects in Rust. Libraries and binary (like executables.exe)
Libraries are self-contained blocks of code intended for use by other applications. The purpose of a library is to benefit other developers in repetitive processes and speed up the development process. For a library project type, the program's starting point is the src/lib.rs file.
In Rust the project structure like that:
The simplest project we have created with Cargo means 1 crate on its own.
Yazılım Kariyerinde İlerlemeni Hızlandıracak Programlar
Patika+ programlarımız ile 4-8 aylık yoğun yazılım kamplarına katıl, temel bilgilerden başlayarak kapsamlı bilgiler edin, yazılım kariyerine başla!
Yorum yapabilmek için derse kayıt olmalısın!