-
-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1403 from messense/new-init-bindings-doc
Add link to bindings guide in `new` and `init` commands
- Loading branch information
Showing
7 changed files
with
51 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as | ||
python packages | ||
|
||
Usage: maturin[EXE] <COMMAND> | ||
|
||
Commands: | ||
build Build the crate into python packages | ||
publish Build and publish the crate as python packages to pypi | ||
list-python Search and list the available python installations | ||
develop Install the crate as module in the current virtualenv | ||
sdist Build only a source distribution (sdist) without compiling | ||
init Create a new cargo project in an existing directory | ||
new Create a new cargo project | ||
upload Upload python packages to pypi | ||
help Print this message or the help of the given subcommand(s) | ||
|
||
Options: | ||
-h, --help Print help information | ||
-V, --version Print version information | ||
|
||
Visit https://maturin.rs to learn more about maturin. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
bin.name = "maturin" | ||
args = "--help" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters