Skip to content

Commit f1c501f

Browse files
authored
Update badge for rust
1 parent c476ee2 commit f1c501f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

profile/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This organization contains repos with examples of integrating Python with variou
88
|:-----|:-----|:------|
99
| [Python](https://github.com/python-project-templates/python) | [![Build Status](https://github.com/python-project-templates/python/workflows/Build%20Status/badge.svg?branch=main)](https://github.com/python-project-templates/python/actions?query=workflow%3A%22Build+Status%22) | Pure Python |
1010
| [Python/C++](https://github.com/python-project-templates/cpp) | [![Build Status](https://github.com/python-project-templates/cpp/workflows/Build%20Status/badge.svg?branch=main)](https://github.com/python-project-templates/cpp/actions?query=workflow%3A%22Build+Status%22) | Python/C++ (binding via `pybind11` and/or standalone C++) |
11-
| [Python/Rust](https://github.com/python-project-templates/rust) | [![Build Status](https://github.com/python-project-templates/rust/workflows/Build%20Status/badge.svg?branch=main)](https://github.com/python-project-templates/rust/actions?query=workflow%3A%22Build+Status%22) | Python with rust binding via `PyO3` |
11+
| [Python/Rust](https://github.com/python-project-templates/rust) | [![Build Status](https://github.com/python-project-templates/rust/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/python-project-templates/rust/actions/workflows/build.yml) | Python with rust binding via `PyO3` |
1212
| [Python/Jupyter](https://github.com/python-project-templates/jupyter) | [![Build Status](https://github.com/python-project-templates/jupyter/workflows/Build%20Status/badge.svg?branch=main)](https://github.com/python-project-templates/jupyter/actions?query=workflow%3A%22Build+Status%22) | Python with Jupyter extension (JS) |
1313
| [Python/JavaScript](https://github.com/python-project-templates/js) | | Python with self-contained JS frontend |
1414
| [Python/JS/Rust](https://github.com/python-project-templates/rust-js-wasm) | [![Build Status](https://github.com/python-project-templates/rust-js-wasm/workflows/Build%20Status/badge.svg?branch=main)](https://github.com/python-project-templates/rust-js-wasm/actions?query=workflow%3A%22Build+Status%22) | Rust with Python binding (`PyO3`) and WebAssembly binding (to JS) |

0 commit comments

Comments
 (0)