Macro finite_fields::unit_binary [] [src]

macro_rules! unit_binary {
    () => { ... };
}

A macro that defines a unit-width binary type as a newtype struct, with associated arithmetic traits. Used as a building block in other macros.