traceback-error
traceback-error is a Rust crate for efficient error handling and traceback functionality. It simplifies error tracking, serialization, and handling in your Rust projects, making it easier to manage and diagnose errors.
Features
Efficient Error Handling: traceback-error provides a structured way to handle errors, allowing you to track and manage them effectively.
Traceback Functionality: Easily create error traces that include detailed information about the error, its location, and any relevant context.
Serialization: Serialize errors to JSON for storage or debugging purposes.
Installation
Add this crate to your Cargo.toml:
[]
= "0.1.6"
Usage
use TracebackError;
Documentation
Detailed documentation is currently work in progress
Contributing
Contributions are welcome! Feel free to open issues or pull requests on the GitHub repository. This project is still in very early development, and proper contribution guidelines have not yet been established
License
This crate is dual-licensed under the MIT License and the Apache License, Version 2.0. You may choose either of these licenses when using this crate. See the LICENSE-MIT and LICENSE-APACHE files for the full text of the licenses.