Rust

コード上の複数行コメントを翻訳用に一行に変換するツールを作った

モチベーション /// Custom scalars defined in a schema are generated to conform to the ``CustomScalarType`` /// protocol. By default, these are generated as typealiases to `String`. You can edit the /// implementation of a custom scalar in …

RustでScrapboxのハッシュタグに紐づくページ数を集計するツールを作った

開発環境 $rustc --version rustc 1.70.0 (90c541806 2023-05-31) モチベーション Rustを学ぶために TRPL *1 を読んでいたが、途中で飽きを感じ始めた。そこで、新たな刺激を求めて何かを作りたくなった。せっかく作るのなら興味のあるコンテンツに関連した…