Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: builtin bytes type missing (#129)
According to pyo3's [documentation](https://pyo3.rs/v0.23.3/conversions/tables.html#returning-rust-values-to-python), `Cow<[u8]>` in Rust is Python's `bytes` type, but this mapping is currently not implemented in the crate. Co-authored-by: Hiromi Ishii <[email protected]>
- Loading branch information