|
|
|
|
|
by hvenev
579 days ago
|
|
The part of the policy about distributing modified versions of the Rust compiler seems interesting: > Publicly distributing a modified version of the Rust programming language, compiler,
or the Cargo package manager, provided that the modifications are limited to: > - code adjustments for the purpose of porting to a different platform, architecture,
or system, or integrating the software with the packaging system of that platform It looks like distributing a modified version with any change that isn't related to compatibility with a different platform/architecture/system is not allowed. This would probably make almost all GitHub forks of Rust non-compliant. |
|
Maybe the exact wording needs some refinement. Allowing repositories that are marked as forks for example.