rust_support 0.1.2

A collection of utilities for Rust
Documentation

rust_support

GitHub Actions Workflow Status Crates.io License Crates.io Size Crates.io Version Crates.io Total Downloads

Overview

Providing convenient and useful methods in Rust

Feature flags

  • default: Includes the anyhow and glob features.

  • anyhow: Enables the use of the anyhow crate for error handling.

  • glob: Enables the use of the glob crate for pattern matching.

  • test: Includes the assert feature.

  • assert: Enables the use of the pretty_assertions crate for improved assertion messages during testing.