rootcause
A flexible, ergonomic, and inspectable error reporting library for Rust.
File Explorer
Download Latest Version (.zip)- rootcause.instructions.md
- rust.instructions.md
- discord.yml
- rust.yml
- semver-checks.yml
- dependabot.yml
- cspell.json
- settings.json
- stage1.rs
- stage2.rs
- stage3.rs
- stage4.rs
- stage5.rs
- anyhow_interop.rs
- anyhow_migration.rs
- basic.rs
- batch_processing.rs
- boxed_error_interop.rs
- conditional_formatting.rs
- context_methods.rs
- custom_attachments.rs
- custom_errors.rs
- custom_handler.rs
- derive_more_interop.rs
- error_coercion.rs
- error_stack_interop.rs
- eyre_interop.rs
- following_error_sources.rs
- formatting_hooks.rs
- inspecting_errors.rs
- lazy_evaluation.rs
- README.md
- report_creation_hook.rs
- retry_with_collection.rs
- thiserror_interop.rs
- typed_reports.rs
- lib.rs
- Cargo.toml
- LICENSE-APACHE
- LICENSE-MIT
- README.md
- data.rs
- mod.rs
- raw.rs
- vtable.rs
- data.rs
- mod.rs
- raw.rs
- vtable.rs
- handlers.rs
- lib.rs
- util.rs
- integration_tests.rs
- Cargo.toml
- LICENSE-APACHE
- LICENSE-MIT
- README.md
- lib.rs
- preformatted.rs
- Cargo.toml
- LICENSE-APACHE
- LICENSE-MIT
- README.md
- tracing_spans.rs
- lib.rs
- Cargo.toml
- LICENSE-APACHE
- LICENSE-MIT
- README.md
- anyhow1.rs
- boxed_error.rs
- error_stack08.rs
- eyre06.rs
- mod.rs
- location.rs
- mod.rs
- report_formatter.rs
- attachment_formatter.rs
- context_formatter.rs
- mod.rs
- report_creation.rs
- report_formatter.rs
- iter.rs
- mod.rs
- mut_.rs
- owned.rs
- ref_.rs
- mod.rs
- mut_.rs
- owned.rs
- ref_.rs
- iter.rs
- mod.rs
- owned.rs
- iter.rs
- mod.rs
- owned.rs
- handlers.rs
- into_report.rs
- iterator_ext.rs
- lib.rs
- macros.rs
- markers.rs
- option_ext.rs
- prelude.rs
- report_conversion.rs
- result_ext.rs
- util.rs
- attachment_parent.rs
- downcast_mut_soundness.rs
- .envrc
- .gitignore
- Cargo.lock
- Cargo.toml
- CHANGELOG.md
- clippy.toml
- deny.toml
- flake.lock
- flake.nix
- LICENSE-APACHE
- LICENSE-MIT
- README.md
- RELEASE-CHECKLIST.md
- rootcause.png
# Installation Guide
1. Get the code
git clone https://github.com/rootcause-rs/rootcause
Downloads the entire project code from GitHub to your computer.
cd rootcause
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
