Crate stdx

source
Expand description

Missing batteries for standard libraries.

Re-exports§

  • pub use itertools;

Modules§

Macros§

  • Asserts that the condition is always true and returns its actual value.
  • Appends formatted string to a String.
  • Appends formatted string to a String and returns the 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§

Traits§

Functions§