rust-alert 0.3.0

A simple library crate that defines an error type Alert for use in returning from a Result as an error.
Documentation
[package]
name = "rust-alert"
version = "0.3.0"
edition = "2024"
authors = ["Nicholas Raynes"]
description = "A simple library crate that defines an error type Alert for use in returning from a Result as an error."
license  = "MIT OR Apache-2.0"
repository = "https://github.com/nraynes/rust-alert"
keywords = ["rust", "alert", "errors", "result", "development"]
categories = ["development-tools"]
include = [
    "src/",
    "Cargo.toml",
    "../LICENSES/",
    "LICENSE",
    "README.md",
    "../CHANGELOG.md",
]

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0.106"
quote = "1.0.45"
syn = { version = "2.0.117", features = ["full"] }