[][src]Module rain_lang::util

Miscellaneous utilities

Structs

PassThroughHasher

A hash function which simply returns the last eight bytes of input.

Traits

AlwaysOk

A type may generically hold errors but is guaranteed never to do so in a particular instance. Stand-in for #[feature(unwrap_infallible)]