Handling of IO errors
未關閉
- 主要語言
- Rust
- 星號
- 132
- 分支
- 167
- 平均合併
- 1 天 23 小時
- 30 天內合併 PR
- 110
描述
Currently any IO errors are going to cause a panic, for the most part since our trait design evolved around in-memory only. Now this is fine for the most part, most libraries like rocksdb do this internally, however, for custom code we require diligence to not i.e. panic on an `EAGAIN` which is non-fatal (not specific to `SmtStore`). These are two separate concerns, yet they're closely related - error handling of IO related errors.
貢獻指南
評估
這個 Issue 還沒有評估資料。