Skip to content

Find or build the cargo capi command

Notifications You must be signed in to change notification settings

PerlAlien/Alien-cargo-capi

Repository files navigation

Alien::cargo::capi static linux

Find or build the cargo capi command

SYNOPSIS

use Alien::cargo::capi;
use Env qw( @PATH );

unshift @PATH, Alien::cargo::capi->bin_dir;
system 'cargo', 'capi', 'build';

DESCRIPTION

This Alien provides the cargo capi command.

METHODS

bin_dir

my @dir = Alien::cargo::capi->bin_dir;

Returns the list of directories (if any) that need to be added to the PATH to use cargo cpi.

SEE ALSO

AUTHOR

Graham Ollis [email protected]

COPYRIGHT AND LICENSE

This software is copyright (c) 2024 by Graham Ollis.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

About

Find or build the cargo capi command

Resources

Stars

Watchers

Forks

Packages

No packages published