Remix.run Logo
weinzierl 3 hours ago

stdx is not the best example. The most popular package that is not on crates.io is probably embassy.

Also Debian tries to build and distribute independently from crates.io.

So crates.io is important but is not the (Rust) world.

jamesmunns 3 hours ago | parent [-]

There's no single "embassy" crate, but all the components (HALs, executor, usb, net, etc.) are all on crates io and have been for a long time.

weinzierl 2 hours ago | parent [-]

Oh, good to know, thanks!