3 releases

new 0.1.2 Mar 4, 2025
0.1.1 Feb 23, 2025
0.1.0 Feb 22, 2025
0.0.1-rc.6 Feb 22, 2025

#10 in #anyhow

Download history

198 downloads per month
Used in filename-refactor

MIT license

10KB
172 lines

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.

Dependencies

~3.5–9.5MB
~91K SLoC