Crate digit_layout

source ·
Expand description

# digit-layout

CI Latest version Documentation license GitHub repo size GitHub code size in bytes

GitHub Issues GitHub Pull Requests GitHub contributors GitHub commit activity

This crate provides types, traits and macros to define the memory layout of digital types as [sign|exponent|mantissa; N].

Modules§

  • 为一些基本类型和常用类型提供预定义布局。

Macros§

Structs§

Traits§

  • A trait for types that can be represented as a digit data type.
  • Allow a const DigitLayout value associated with a type.