#type #basic

no-std arch_words

A simple crate that aliases types to architecture specific words

1 stable release

1.0.0 Jan 24, 2022

#854 in Hardware support

MIT license

6KB

This is a very simple crate that aliases types to either unified word sizes or platform specific word sizes. Have fun!


lib.rs:

Alternative type definitions for integer types.

Prefixes

  • Sig - A signed type.
  • H - "Half".
  • D - "Double".
  • Q - "Quad / Quadruple".
  • O - "Octa".

No runtime deps