ft-vox / ft-vox/prototype-0

panic 발생 시 프로그램 종료

Open
#71 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.