panic 발생 시 프로그램 종료
Open
good first issue
type:bug
- Dominant language
- Rust
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
1안: `Cargo.toml`에서 `panic = "abort"` 설정
```toml
[profile.release]
panic = "abort"
```
단점: 하위 모든 crate에서 설정해야 함
* * *
2안: 알아볼 것
`#[tokio::main]` 대신 다른 것 사용 등
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.