[dependencies]
[[example]]
name = "divide"
path = "examples/divide.rs"
[lib]
name = "trycatch"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "Throw and catch exceptions in rust."
edition = "2024"
homepage = "https://github.com/alexanderhott/trycatch"
keywords = ["try-catch", "exception", "throw"]
license-file = "LICENSE"
name = "trycatch"
readme = "README.md"
repository = "https://github.com/alexanderhott/trycatch"
version = "0.1.0"