Remix.run Logo
zenmac 6 hours ago

Just a last month someone was trying to figure the cargo tree on which Rust package got imported implicitly via which package. This will totally happen in rust as well as long as you use some kind of package manager. Go for zero or less decencies.

galangalalgol 5 hours ago | parent | next [-]

It already did happen. It propogated via build.rs as well. But as I said elsewhere, ut doesn't help you to forgo dependencies part of rust tooling itself.

actionfromafar 6 hours ago | parent | prev [-]

less?

officialchicken 6 hours ago | parent | next [-]

Roll your own standard library - or go without one entirely

`#![no_std]`

troupo 6 hours ago | parent | prev | next [-]

Make it so others depend on you? :)

beeb 6 hours ago | parent | prev [-]

decencies?