rust_support 0.1.2

A collection of utilities for Rust
Documentation
# rust_support

![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/toshiki670/rust_support/rust.yml)
![Crates.io License](https://img.shields.io/crates/l/rust_support)
![Crates.io Size](https://img.shields.io/crates/size/rust_support)
![Crates.io Version](https://img.shields.io/crates/v/rust_support)
![Crates.io Total Downloads](https://img.shields.io/crates/d/rust_support)

## 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.