Re: [PATCH v2] kbuild: rust: auto generate rust helper exports
From: Miguel Ojeda
Date: Mon Aug 19 2024 - 09:04:21 EST
On Sat, Aug 17, 2024 at 6:54 PM Gary Guo <gary@xxxxxxxxxxx> wrote:
>
> This removes the need for explicit exporting all symbols.
>
> Generate helper exports similar to what's currently done for Rust
> crates. These helpers are exclusively called from within Rust code
> and therefore can be treated similar as other Rust symbols.
>
> Signed-off-by: Gary Guo <gary@xxxxxxxxxxx>
Applied to `rust-next` -- thanks everyone!
[ Fixed dependency path, reworded slightly, edited comment a bit and
rebased on top of the changes made when applying Andreas' patch
(e.g. no `README.md` anymore, so moved the edits). - Miguel ]
Cheers,
Miguel