slint/helper_crates/const-field-offset
Tobias Hunger ad98137c17 Janitor: Mark up float comparisons where we want bitwise identity
Mark up test cases where we want bitwise identity of float values and
use `assert_eq!` since that produces better output in the error case.
2021-07-09 17:00:46 +02:00
..
macro Janitor: No clippy::eval_order_dependence in FieldOffsets macro 2021-07-08 06:47:05 +02:00
src Janitor: Mark up float comparisons where we want bitwise identity 2021-07-09 17:00:46 +02:00
tests Update license date 2021-07-02 15:55:54 +02:00
Cargo.toml Update memoffset version 2020-12-07 11:33:11 +01:00
README.md Add a readme dor the const-field-offset crate 2020-12-07 15:27:50 +01: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.