rust-alert 0.2.0

A simple library crate that defines an error type Alert for use in returning from a Result as an error.
Documentation

Rust-Alert

A simple library crate that defines an error type Alert that can be customized per project to accept many different types of errors. This type can then be used without any generic arguments in any function that returns a Result, to generalize and automatically convert different error types from various crates.

License

This work is dual-licensed under MIT and Apache 2.0. You can choose between one of them if you use this work.

SPDX-License-Identifier: MIT OR Apache-2.0

Some dependencies may also be licensed under Unicode-3.0, so the license text for this license is included in the LICENSES directory to comply with the terms of this license.