arcerror 0.1.5

Provides thin wrappers around Arc<T> and Rc<T> where T: Error. Impls Error for both of these types. No unsafe, no dependencies.
Documentation
[package]
name = "arcerror"
version = "0.1.5"
edition = "2021"
license = "MIT"
repository = "https://gitlab.cronce.io/foss/arcerror"
categories = ["errors"]
keywords = ["arc", "rc", "error"]
description = "Provides thin wrappers around Arc<T> and Rc<T> where T: Error. Impls Error for both of these types. No unsafe, no dependencies."
readme = "README.md"