diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-09 12:16:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-09 12:46:57 +0700 |
commit | 3c2def4be8d6b1385c1394e9a59133794bbe2647 (patch) | |
tree | a6aa434957ec5eb6897acab49ec63996a14edf72 /python/python3-setuptools-rust/README | |
parent | 8a3ef43aace78afdffdba6cd259d820243b92d32 (diff) |
python/python3-setuptools-rust: Added (Setuptools plugin for Rust).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-setuptools-rust/README')
-rw-r--r-- | python/python3-setuptools-rust/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/python3-setuptools-rust/README b/python/python3-setuptools-rust/README new file mode 100644 index 0000000000000..0a64e10d53846 --- /dev/null +++ b/python/python3-setuptools-rust/README @@ -0,0 +1,2 @@ +setuptools-rust is a plugin for setuptools to build Rust Python +extensions implemented with PyO3 or rust-cpython. |