Distributing private Rust compiler builds in an organization, e.g. with `rustup`
I have created a custom rust compiler build that requires a proprietary c++ compiler. How can I make this compiler available to my coworkers, e.g. installable with rustup
, be able to refresh/update it, view available versions, etc.