<center>
## recoverable-spawn
[](https://crates.io/crates/recoverable-spawn)
[](https://img.shields.io/crates/d/recoverable-spawn.svg)
[](https://docs.rs/recoverable-spawn)
[](https://github.com/crates-dev/recoverable-spawn/actions?query=workflow:Rust)
[](./LICENSE)
</center>
[Official Documentation](https://docs.ltpp.vip/recoverable-spawn/)
[Api Docs](https://docs.rs/recoverable-spawn/latest/recoverable_spawn/)
> 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.
## Installation
To use this crate, you can run cmd:
```shell
cargo add recoverable-spawn
```
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Contributing
Contributions are welcome! Please open an issue or submit a pull request.
## Contact
For any inquiries, please reach out to the author at [root@ltpp.vip](mailto:root@ltpp.vip).