slint/helper_crates/const-field-offset/README.md
Tobias Hunger 0139eea4f9 xtask: Fix up license headers
* Keep project related .md files triple licensed as the rest of the
  crate
* Make vtable MIT OR Apache 2.0 (as suggested by @ogoffart)
2023-08-17 08:55:28 +02:00

10 lines
492 B
Markdown

<!-- Copyright © SixtyFPS GmbH <info@slint.dev> ; SPDX-License-Identifier: MIT OR Apache-2.0 -->
# const-field-offset crate
[![Crates.io](https://img.shields.io/crates/v/const-field-offset)](https://crates.io/crates/const-field-offset)
[![Docs.rs](https://docs.rs/const-field-offset/badge.svg)](https://docs.rs/const-field-offset)
This crate expose the FieldOffsets derive macro and the types it uses
Check the [crate documentation](https://docs.rs/const-field-offset) for more details.