Some doc polish

This commit is contained in:
Olivier Goffart 2020-08-25 15:17:03 +02:00
parent 14fe897086
commit 697aa61a0c
3 changed files with 26 additions and 18 deletions

View file

@ -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)]