cargo-reaper
NAME
cargo-reaper -- A Cargo plugin for developing REAPER extension plugins with Rust.
SYNOPSIS
cargo-reaper
command
DESCRIPTION
cargo-reaper
is a convenience wrapper around Cargo that adds a post-build hook to streamline REAPER extension development. It automatically renames the compiled plugin to include the required reaper_
prefix and symlinks it to REAPER’s UserPlugins
directory.
By default, Cargo prefixes dynamic libraries with lib
, which REAPER does not recognize. Manually renaming the plugin and keeping the UserPlugins
directory up-to-date can be tedious -- cargo-reaper
takes care of all that for you, across all supported platforms.
COMMANDS
Each command is documented in its own section:
stdout
.UserPlugins
directory.help
OPTIONS
-h
--help
--help
).-V
--version