Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/4GL/Rust/
Rust Crate
Search

Rust Crate

Creator
Creator
Seonglae Cho
Created
Created
2022 Jun 16 3:1
Editor
Editor
Seonglae Cho
Edited
Edited
2023 Mar 5 6:39
Refs
Refs

상자라는 뜻

A Rust crate is either a library or an executable program, referred to as either a library crate or a binary crate, respectively
Every target defined for a Cargo package is a crate.
라이브러리 또는 패키지 와 동의어
Rust Crate Usages
Crates.io
Rust FFI Crate
Rust Crate features
 
 
 
 
The Cargo Book
An artifact is the file or set of files created as a result of the compilation process. This includes linkable libraries, executable binaries, and generated documentation. Cargo is the Rust package manager , and the primary topic of this book.
The Cargo Book
https://doc.rust-lang.org/cargo/appendix/glossary.html#crate
Crates and Modules
When a project starts getting large, it's considered a good software engineering practice to split it up into a bunch of smaller pieces, and then fit them together. It's also important to have a well-defined interface, so that some of your functionality is private, and some is public.
https://www.cs.brandeis.edu/~cs146a/rust/doc-02-21-2015/book/crates-and-modules.html
 
 
 

Backlinks

Rust KeywordRust

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/4GL/Rust/
Rust Crate
Copyright Seonglae Cho