slint/helper_crates/const-field-offset
Tobias Hunger 9faffc75bb janitor: Fix warnings about unused members
I get warnings about unused members using the nightly compiler, one for
each member in all structs that derive the `FieldOffsets` macro. That is
a lot.

This fixes that as well as the one occurrence of that same warning in
unrelated code.
2024-01-09 10:48:19 +01:00
..
LICENSES Update license information 2022-01-20 14:45:02 +01:00
macro janitor: Fix warnings about unused members 2024-01-09 10:48:19 +01:00
src Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00
tests Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00
Cargo.toml Janitor: Some dependencies update 2023-06-21 17:24:57 +02:00
CHANGELOG.md xtask: Fix up license headers 2023-08-17 08:55:28 +02:00
README.md xtask: Fix up license headers 2023-08-17 08:55:28 +02:00

const-field-offset crate

Crates.io Docs.rs

This crate expose the FieldOffsets derive macro and the types it uses

Check the crate documentation for more details.