0.5.0
From this release, the dependency to pyo3/experimental-inspect
feature has been removed, and use original TypeInfo
struct with PyStubType
trait. This makes yielded stub file much better.
What's Changed
- Start developing 0.4.1 by @github-actions in #35
- Split
pyo3_stub_gen::generate
into multiple files by @termoshtt in #36 - New
TypeInfo
struct andPyStubType
trait by @termoshtt in #37 #[derive(PyStubType)]
by @termoshtt in #39- Revise test cases for mixed Rust/Python project by @termoshtt in #40
ModuleRef
forImport
from default module by @termoshtt in #42- Reorganizing testing crates by @termoshtt in #43
- Test case for creating submodule by @termoshtt in #41
- Integrate
#[derive(PyStubType)]
into#[gen_stub_pyclass]
by @termoshtt in #44 - More
PyStubType
impl by @termoshtt in #45 - Bump the dependencies group with 5 updates by @dependabot in #46
- More more
PyStubType
by @termoshtt in #47 - Add
str_len
example by @termoshtt in #49
Full Changelog: 0.4.0...0.5.0