[dependencies.tokio]
features = ["full"]
version = "1.43.0"
[lib]
name = "recoverable_spawn"
path = "src/lib.rs"
[package]
authors = ["ltpp-universe <root@ltpp.vip>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["network-programming", "web-programming"]
description = "A thread that supports automatic recovery from panics, allowing threads to restart after a panic. Useful for resilient and fault-tolerant concurrency in network and web programming."
edition = "2021"
exclude = ["target", "Cargo.lock", "sh", ".github"]
keywords = ["time", "hyperlane", "day", "format", "lang"]
license = "MIT"
name = "recoverable-spawn"
readme = "README.md"
repository = "https://github.com/ltpp-universe/recoverable-spawn.git"
version = "3.0.0"