Re: [PATCH RFC 0/6] Rust Abstractions for PWM subsystem with TH1520 PWM driver

From: Drew Fustini
Date: Sun Jun 08 2025 - 15:58:48 EST


On Sun, Jun 08, 2025 at 07:14:18PM +0200, Miguel Ojeda wrote:
> On Sun, Jun 8, 2025 at 6:58 PM Drew Fustini <drew@xxxxxxxx> wrote:
> >
> > I'm not sure if that bindgen warning matters?
>
> If you don't see the `FromBytesWithNulError` error, then it should be
> fine, but I would recommend using a newer version anyway.
>
> I hope that helps.
>
> Cheers,
> Miguel

Thanks for the quick response. I seemed to have updated it with:

cargo install bindgen-cli

And it seems Linux is now happy :)

$ make LLVM=1 rustavailable
Rust is available!

-Drew