ruspiro-error 0.1.1

Definition of the Error trait and error handling related types to make error handling more convinient. This is some kind of the duplicate of the rust ``std::error::*`` stuff which does not work in ``#![no_std]`` environments. However, it is assumed that if this crate is used as a dependencie there will be an allocator provided when building the final binary.
Documentation
[badges.is-it-maintained-open-issues]
repository = "RusPiRo/ruspiro-error"

[badges.maintenance]
status = "actively-developed"

[dependencies]

[features]

[lib]

[package]
authors = ["André Borrmann <pspwizard@gmx.de>"]
categories = ["no-std", "embedded"]
description = "Definition of the Error trait and error handling related types to make error handling more convinient.\nThis is some kind of the duplicate of the rust ``std::error::*`` stuff which does not work in ``#![no_std]``\nenvironments. However, it is assumed that if this crate is used as a dependencie there will be an allocator\nprovided when building the final binary.\n"
documentation = "https://docs.rs/ruspiro-error/0.1.1"
edition = "2018"
exclude = ["Makefile.toml", ".cargo/config.toml"]
keywords = ["RusPiRo", "error", "baremetal"]
license = "MIT OR Apache-2.0"
name = "ruspiro-error"
readme = "README.md"
repository = "https://github.com/RusPiRo/ruspiro-error/tree/v0.1.1"
version = "0.1.1"
[package.metadata.docs.rs]
default-target = "aarch64-unknown-linux-gnu"
features = []