replace_err 1.0.0

Adds a `replace_err` method to `Result` which throws away the current error and replaces it.
Documentation
[package]
name = "replace_err"
version = "1.0.0"
edition = "2021"
description = "Adds a `replace_err` method to `Result` which throws away the current error and replaces it."
license = "MIT OR Apache-2.0"
repository = "https://github.com/alilleybrinker/replace_err"