Crate ra_ap_stdx

source ·
Expand description

Missing batteries for standard libraries.

Modules

  • A micro-crate to enhance panic messages with context info.
  • Read both stdout and stderr of child without deadlocks.
  • We don’t use rand, as that’s too many things for us.
  • A utility module for working with threads that automatically joins threads upon drop and abstracts over operating system quality of service (QoS) APIs through the concept of a “thread intent”.

Macros

  • Asserts that the condition is always true and returns its actual value.
  • Appends formatted string to a String.
  • Generates From impls for Enum E { Foo(Foo), Bar(Bar) } enums
  • Asserts that the condition is never true and returns its actual value.

Structs

Functions