Skip to content

Commit

Permalink
Shorten and improve description in examples/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Bruno Kolenbrander <59372212+mejrs@users.noreply.github.com>
  • Loading branch information
alexpyattaev and mejrs authored Jan 25, 2023
1 parent bdbb7a4 commit 5c8613b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Below is a brief description of each of these:
| `maturin-starter` | A template project which is configured to use [`maturin`](https://github.com/PyO3/maturin) for development. |
| `setuptools-rust-starter` | A template project which is configured to use [`setuptools_rust`](https://github.com/PyO3/setuptools-rust/) for development. |
| `word-count` | A quick performance comparison between word counter implementations written in each of Rust and Python. |
| `plugin` | Illustrates how to make Python plugins work within a Rust application in a way that allows one to separate the Python API from the main application. |
| `plugin` | Illustrates how to use Python as a scripting language within a Rust application |

## Creating new projects from these examples

Expand Down

0 comments on commit 5c8613b

Please sign in to comment.