Crate retina_common

source ·

Structs

  • A generic RGBA color with components ranging from 0.0 to 1.0 inclusive.
  • The transparent wrapper wraps a generic object transparently in a single-field tuple. This can be useful for having generics of either Option<T> or TransparentWrapper<T>.

Enums

  • Specifies when a certain item should be loaded.

Traits

  • The DumpableNode trait allows a streamlined dumping interface for node-tree structures. Dumping is useful for debugging scenarios where it isn’t easy or practical to just inspect the process with a debugger.

Functions

Type Aliases

  • An atomic UTF-8 string tendril (shared buffer string).