Henk-Jan Lebbink e16d6d40cf
Use TypedBuilder derive macro for S3 API request builders (#184)
Adopt the typed-builder crate throughout the S3 API to provide compile-time
validation of builder patterns. This change improves type safety and developer
experience when constructing S3 API requests.
2025-10-16 23:06:45 +02:00
..
2025-03-29 15:26:11 -07:00

Benches:

  • Designed for low-level, micro-benchmarks.
  • Focuses on measuring specific functions or operations.
  • Outputs raw benchmarking results.

run: cargo bench --bench s3_api_benchmarks

results are in target\criterion