Dushistov / flapigen-rs

Tool for connecting programs or libraries written in Rust with other languages
BSD 3-Clause "New" or "Revised" License
775 stars 59 forks source link

python: allow moving glue code to separate module #421

Closed Xiretza closed 2 years ago

Xiretza commented 2 years ago

extern crate can only be used at the top level of a crate, but the macros can simply be referred to by path instead.

Dushistov commented 2 years ago

Thank you for PR.