new_package {cargo} | R Documentation |
Make a Skeleton for a New Package
Description
A new Rust-based package is created at the supplied path and the package is installed.
Usage
new_package(path)
Arguments
path |
A path where the package is created. The name of the package is taken as the last element in the file path. |
[Package cargo version 0.4.9 Index]