はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    iPhone 17

『danielkeep.github.io』

  • 人気
  • 新着
  • すべて
  • The Little Book of Rust Macros

    11 users

    danielkeep.github.io

    The Little Book of Rust Macros Note: this is a work in progress. This book is an attempt to distil the Rust community's collective knowledge of Rust macros. As such, both additions (in the form of pull requests) and requests (in the form of issues) are welcome. If you wish to contribute, see the GitHub repository. Thanks Thanks to the following for suggestions and corrections: IcyFoxy, Rym, TheMic

    • テクノロジー
    • 2016/08/27 04:31
    • Rust
    • programming
    • techfeed
    • The Little Book of Rust Macros

      11 users

      danielkeep.github.io

      The Little Book of Rust Macros Note: this is a work in progress. This book is an attempt to distil the Rust community's collective knowledge of Rust macros. As such, both additions (in the form of pull requests) and requests (in the form of issues) are welcome. If you wish to contribute, see the GitHub repository. Thanks Thanks to the following for suggestions and corrections: IcyFoxy, Rym, TheMic

      • テクノロジー
      • 2016/07/29 11:52
      • rust
      • macro
      • study
      • programming
      • The Little Book of Rust Macros

        8 users

        danielkeep.github.io

        The Little Book of Rust Macros Proceed

        • テクノロジー
        • 2015/10/15 01:18
        • Rust
        • Macro
        • book
        • Rust Iterator Cheat Sheet

          11 users

          danielkeep.github.io

          Last updated: Rust 1.17.0, Itertools 0.6.0. To-do: Improve formatting. Try to fix display bugs (lines through cells). Add sorting... somehow How you can help: I need feedback on what does and doesn't work. Can you understand the summaries? Do they mesh with how you perceive the methods in question work? What other information could/should be included? If you have any corrections or suggestions, yo

          • テクノロジー
          • 2015/06/04 10:15
          • Rust
          • A Practical Intro to Macros in Rust 1.0

            6 users

            danielkeep.github.io

            A Practical Intro to Macros in Rust 1.0 One feature of Rust that I'm rather enamoured with is its macro system. Known as "macro by example" (MBE) or sometimes referred to as macro_rules, it provides you with an impressive amount of power whilst not allowing for the sort of evil tricks you can pull in C/C++. The purpose of this article is to go through the process by which I wrote one particular ma

            • テクノロジー
            • 2015/05/19 20:06
            • rust
            • Macro
            • あとで読む
            • A Quick Intro to Rust Macros

              4 users

              danielkeep.github.io

              A Quick Intro to Rust Macros Note: This article is for an obsolete version of Rust, and has been superceded by the slightly less misleadingly named "A Practical Intro to Macros in Rust 1.0". Note: This article exists as an additional resource for learning about macros in Rust. There is also the official Rust Macros Guide. I think I might be weird. It seems like almost the first thing I do when enc

              • テクノロジー
              • 2014/10/30 09:42
              • Rust

              このページはまだ
              ブックマークされていません

              このページを最初にブックマークしてみませんか?

              『danielkeep.github.io』の新着エントリーを見る

              キーボードショートカット一覧

              j次のブックマーク

              k前のブックマーク

              lあとで読む

              eコメント一覧を開く

              oページを開く

              はてなブックマーク

              • 総合
              • 一般
              • 世の中
              • 政治と経済
              • 暮らし
              • 学び
              • テクノロジー
              • エンタメ
              • アニメとゲーム
              • おもしろ
              • アプリ・拡張機能
              • 開発ブログ
              • ヘルプ
              • お問い合わせ
              • ガイドライン
              • 利用規約
              • プライバシーポリシー
              • 利用者情報の外部送信について
              • ガイドライン
              • 利用規約
              • プライバシーポリシー
              • 利用者情報の外部送信について

              公式Twitter

              • 公式アカウント
              • ホットエントリー

              はてなのサービス

              • はてなブログ
              • はてなブログPro
              • 人力検索はてな
              • はてなブログ タグ
              • はてなニュース
              • ソレドコ
              • App Storeからダウンロード
              • Google Playで手に入れよう
              Copyright © 2005-2025 Hatena. All Rights Reserved.
              設定を変更しましたx