throw_error 0.2.0-rc2

Utilities for wrapping, throwing, and catching errors.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "throw_error"
version = "0.2.0-rc2"
authors = ["Greg Johnston"]
license = "MIT"
readme = "../README.md"
repository = "https://github.com/leptos-rs/leptos"
description = "Utilities for wrapping, throwing, and catching errors."
rust-version.workspace = true
edition.workspace = true

[dependencies]
pin-project-lite = "0.2.15"