nasa
nasa
Issue structがissue_comment moduleにあったり repository structがmodにあったりしている リファクタ必須
- [x] 初めに - [x] なぜ非同期? - [x] 非同期 Rust の現状 - [x] `Async`/`.await` 入門書! - [x] HTTP サーバーを書いてみよう! - [x] 中身を見てみよう: `Future`と`Task`の実行 - [x] `Future`トレイト - [x] タスクを起こせ!`Waker`! -...
## Motivation ref: https://github.com/tokio-rs/tracing/pull/1009 This is code refactoring. Currently, there is a lot of code that declares modules as follows: ```rust #[cfg(feature = "registry")] #[cfg_attr(docsrs, doc(cfg(feature = "registry")))] pub use...