[File] [PATCH] Magdir/rust for Rust incremental compilation metadata
Christos Zoulas
christos at zoulas.com
Fri Nov 18 15:58:27 UTC 2022
Committed, thanks!
christos
> On Nov 17, 2022, at 2:32 AM, Alexandre IOOSS <erdnaxe at crans.org> wrote:
>
> Signed PGP part
> Hello,
>
> I would like to propose a new signature for incremental compilation metadata generated by the Rust compiler.
>
> When compiling a Rust crate with Cargo, a `target/[debug|release]` folder is created inside the crate. This folder usually contains a `incremental` sub-folder that holds metadata for incremental compilation. I propose to add a new signature for these files:
> ```
> $ file dep-graph.bin query-cache.bin --magic-file rust.magic
> dep-graph.bin: Rust incremental compilation metadata, rustc 1.56.1
> query-cache.bin: Rust incremental compilation metadata, rustc 1.56.1
> ```
>
> Attached, you will find the signature.
>
> Best regards,
>
> --
> Alexandre
> <rust.patch>
>
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 235 bytes
Desc: Message signed with OpenPGP
URL: <https://mailman.astron.com/pipermail/file/attachments/20221118/9d84e9ed/attachment.asc>
More information about the File
mailing list