(no title)
bandergirl | 2 years ago
• that’s an issue that never got solved for the same reason: “package.json is never going away so we won’t add more ways to do the same thing” — ok so node/npm is going to suck forever, fantastic.
bandergirl | 2 years ago
• that’s an issue that never got solved for the same reason: “package.json is never going away so we won’t add more ways to do the same thing” — ok so node/npm is going to suck forever, fantastic.
seniorsassycat|2 years ago
> For example, let’s say we have added some serialization support to our library, and it requires enabling a corresponding feature
> In this example, enabling the serde feature will enable the serde dependency. It will also enable the serde feature for the rgb dependency, but only if something else has enabled the rgb dependency.
https://doc.rust-lang.org/cargo/reference/features.html
It sounds better to install foo { features = serde } than foo, @foo/serde, and @bar/serde.
seniorsassycat|2 years ago