Skip to content

Commit

Permalink
Point new users at specific source file for Rust code.
Browse files Browse the repository at this point in the history
This was a minor confusion for me so I thought I'd suggest the change - it was the first place I looked, but I did have to think about it :)
  • Loading branch information
ctb authored and davidhewitt committed Oct 30, 2022
1 parent e48525f commit 7647b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/src/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ classifiers = [

## Running code

After this you can setup rust code to be available in python as such:
After this you can setup rust code to be available in python as below; for example, you can place this code in `src/lib.rs`

```rust
use pyo3::prelude::*;
Expand Down

0 comments on commit 7647b70

Please sign in to comment.