mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-29 21:34:50 +00:00
Some doc polish
This commit is contained in:
parent
14fe897086
commit
697aa61a0c
3 changed files with 26 additions and 18 deletions
|
@ -1,3 +1,10 @@
|
|||
/*!
|
||||
This crate expose the `FieldOffsets` derive macro, and the required.
|
||||
|
||||
It allows to get const FieldOffset for member of a `#[repr(C)]` struct.
|
||||
|
||||
The `FieldOffset` type is re-exported from the `field-offset` crate.
|
||||
*/
|
||||
#![no_std]
|
||||
|
||||
#[cfg(test)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue