Module exr::prelude

source ·
Expand description

Export the most important items from exrs. Note: This includes a type called Result, possibly overwriting the default std::Result type usage.

Re-exports§

Modules§

  • Import this specifically if you want to be explicit but still use the extension traits.

Structs§

  • A Vec-like container that can store a small number of elements inline.
  • A 16-bit floating point type implementing the IEEE 754-2008 standard binary16 a.k.a “half” format.