What's Changed
- Fixed clippy warnings by @dr0ps in https://github.com/Dushistov/flapigen-rs/pull/471
- Replaced #[no_mangle] with #[unsafe(no_mangle)] as required by rust 2024 by @dr0ps in https://github.com/Dushistov/flapigen-rs/pull/470
- improve support C++ tuples by @Dushistov in https://github.com/Dushistov/flapigen-rs/pull/474
New Contributors
- @dr0ps made their first contribu...