Crate utilz

Source
Expand description

§utilz

utilz provides miscellaneous utilities too small for their own crates.

§Status

Active development. This library is likely to expand and change in the near future.

§Scope

This is a catch-all library for Blue.

§Warts

  • As a catch-all library it is likely to feel incoherent.

§Documentation

The latest documentation is always available at docs.rs.

Modules§

fmt
Formatting utils.
fnmatch
Pattern matching utils. Perform fnmatch on text, returning true if it matches pattern.
lockfile
UNIX-like lockfile utils Support for unix file locking, with some concurrency protection.
stopwatch
A stopwatch. A Stopwatch.
time
Utilities for dealing with time. Deal with the here and now.

Macros§

test_per_file
A macro that invokes $name for each test name => expression provided.