hexga_typedef 0.0.2

Provide a common typedef for `float`, `int` and `uint`. The precision can be changed with feature flags and can be easily shared across multiple crates.
Documentation

hexga_typedef

There is currently very little information to present on this page because Docs.rs has only limited support for extracting structured feature metadata from Cargo crates. This issue is tracked in Rust RFC #3416. Check this library's main docs, readme, and Cargo.toml in case its authors have documentation for features available there instead.

This version has 8 feature flags, 2 of them enabled by default.

default

float_are_32_bits (default)

This feature flag does not enable additional features.

int_are_32_bits (default)

This feature flag does not enable additional features.

float_are_64_bits

This feature flag does not enable additional features.

float_are_size_bits

This feature flag does not enable additional features.

int_are_16_bits

This feature flag does not enable additional features.

int_are_64_bits

This feature flag does not enable additional features.

int_are_8_bits

This feature flag does not enable additional features.

int_are_size_bits

This feature flag does not enable additional features.