Point new users at specific source file for Rust code.

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 :)
This commit is contained in:
C. Titus Brown 2022-10-15 20:49:24 -07:00 committed by GitHub
parent 125af9b7de
commit b265ee7907
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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::*;