rootcause
A flexible, ergonomic, and inspectable error reporting library for Rust.
파일 탐색기
최종 버전 다운로드 (.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
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/rootcause-rs/rootcause
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd rootcause
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Rust
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Rust (rustup) rustup으로 설치하면 cargo도 함께 설치됩니다.
cargo build --release
Rust 프로젝트를 컴파일합니다.
cargo run
빌드 후 바로 실행까지 진행합니다.
cargo build가 에러 없이 끝나면 성공입니다. target/ 폴더에 실행 파일이 생성됩니다.
// repository documentation
Was this content helpful?
(0 ratings)
