Rust crates mut be pre compiled

⚓ Rust    📅 2026-06-16    👤 surdeus    👁️ 2      

surdeus

we see that rust compiler always compile the crate when we want to compile my project i see that this can take a time and this is good if we want the binary to be one file without any shared data but what about if i want him to do shared data so i use pre built crate for fast compile + small size

i want is as feature if it is and if not i see that we need the pre built crates or can we build it sparely and use it in our project without build it another time

4 posts - 4 participants

Read full topic

🏷️ Rust_feed