Crate rust_utils

source ·
Expand description

Rust Utilities

This crate has various utilty functions that I use in the programs I have written

Features

  • futures: Utilities to make working with async code easier

Modules

  • Basic config API
  • Rotating logging API This can be used to create a configurable log that saves to a file and optionally prints to stdout as well.
  • Miscellaneous convenience functions