goldrust 0.1.4

A Rust library for testing HTTP clients with golden files.
Documentation
goldrust-0.1.4 has been yanked.

Introduction

A minimal golden file testing library for Rust, when golden files are required for external api requests.

Warning & Disclaimer

Currently intended for personal use, and has the following limitations:

  • Be aware that the design is very messy and not scalable.
  • This is just the initial published version, and the API is not stable.

Documentation

For detailed documentation, check crates.io

Todo

  • Update documentation to match the current commit.
  • Implement common traits for public structs.