Crate Registries
Recipe | Crates | Categories |
---|---|---|
Crate registries | crates.io⮳ |
In Rust, a library or executable program is called a crate. Crates are compiled using the Rust compiler, rustc
⮳.
Crate registries
The Rust community’s crate registry: crates.io
⮳
Alternative to crates.io
: lib.rs
⮳
[crate_registries: expand (P1)](https://github.com/john-cd/rust_howto/issues/294)
fn main() { todo!(); }