**⚠️ don't use this yet - versions before 0.1.0 will be incomplete, unstable,
and experimental.**
A collection of easy-to-use, beginner-friendly utilities for Rust.
For simplicity, many functions in this collection may panic (crash) on errors
instead of returning a `Result`, or be a bit slower than alternatives. They may
not be suitable for production use. They should be useful for
prototyping/scripting, or beginners who want something that "just works" for the
common case so they don't have to deal with full error handling yet.