auto-error-into 0.1.1

Macro to automatically convert the Err variant of a Result to the Ok variant.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.auto-error-into-macro]
version = "0.1.1"

[package]
authors = ["Aaron Robinson <aaronrobin1234@gmail.com>"]
description = "Macro to automatically convert the Err variant of a Result to the Ok variant."
edition = "2021"
keywords = ["macros", "attribute", "result"]
license = "MIT"
name = "auto-error-into"
readme = "README.md"
repository = "https://github.com/Windows10CE/auto-error-into"
resolver = "1"
version = "0.1.1"