developer-portal / content

Content for the Fedora Developer Portal
https://developer.fedoraproject.org/
GNU General Public License v2.0
107 stars 249 forks source link

[Rust] Expand section about cargo + crate dependencies #539

Closed decathorpe closed 4 months ago

decathorpe commented 5 months ago

Rust crates as packaged by Fedora are not really a suitable development target - this is one of the reasons why using them as a replacement for crates.io is not a supported use case.

While it was intentional that there was no documentation for how to use the Fedora packages for Rust crates for local development (it is not a supported use case, after all), this has caused confusion on multiple occasions. To remove this ambiguity, this commit explicitly documents this use case as unsupported in the developer documentation.

jackorp commented 4 months ago

Sorry for the delay, just got back from time-off, good stuff, thanks. LGTM.

decathorpe commented 4 months ago

No problem. Thanks for merging!