"Cargo"의 두 판 사이의 차이
라이언의 꿀팁백과
(새 문서: '''Cargo''' is '''Rust's build system and package manager.''' It handles a lot of tasks such as building your code, downloading the libraries your code depends on, and building those libraries. ([https://doc.rust-lang.org/cargo/ Link]) 분류:Rust 분류:Programming 분류:프로그래밍 분류:컴퓨터공학 분류:컴퓨터 분류:IT 분류:IT 전문가) |
(차이 없음)
|
2022년 2월 13일 (일) 20:34 기준 최신판
Cargo is Rust's build system and package manager. It handles a lot of tasks such as building your code, downloading the libraries your code depends on, and building those libraries. (Link)