Thanks to visit codestin.com Credit goes to lib.rs
pyo3_bytes
Run this command in a terminal, in your project's directory:
cargo add pyo3-bytes
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
pyo3-bytes = "0.5.0"
The pyo3_bytes library will be automatically available globally. Read the pyo3_bytes library documentation.
Back to the crate overview.