Alien-Rust
view release on metacpan or search on metacpan
If it cannot be found, the source code will be downloaded from the
internet and it will be installed in a private share location for the
use of other modules.
METHODS
rustup_home
Returns the value for the environment variable "RUSTUP_HOME". This is
valid only if "needs_rustup_home" returns true.
Without this value, certain Rust configurations that use "rustup"
<https://rust-lang.github.io/rustup/> will not work as their binaries
(e.g., "rustc", "cargo", etc.) are shims that point to the toolchain
managed by "rustup".
needs_rustup_home
Returns true if the value returned by "rustup_home" must be set. See
"rustup_home" for more information.
SEE ALSO
Alien
Documentation on the Alien concept itself.
lib/Alien/Rust.pm view on Meta::CPAN
for the use of other modules.
=head1 METHODS
=head2 rustup_home
Returns the value for the environment variable C<RUSTUP_HOME>. This is valid only
if L</needs_rustup_home> returns true.
Without this value, certain Rust configurations that use
L<C<rustup>|https://rust-lang.github.io/rustup/> will not work as their
binaries (e.g., C<rustc>, C<cargo>, etc.) are shims that point to the toolchain
managed by C<rustup>.
=head2 needs_rustup_home
Returns true if the value returned by L</rustup_home> must be set. See
L</rustup_home> for more information.
=head1 SEE ALSO
( run in 2.527 seconds using v1.01-cache-2.11-cpan-df04353d9ac )