<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Rustで強めに型をつける on κeenのHappy Hacκing Blog</title>
    <link>https://KeenS.github.io/categories/rust%E3%81%A7%E5%BC%B7%E3%82%81%E3%81%AB%E5%9E%8B%E3%82%92%E3%81%A4%E3%81%91%E3%82%8B/</link>
    <description>Recent content in Rustで強めに型をつける on κeenのHappy Hacκing Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>ja-jp</language>
    <lastBuildDate>Thu, 14 May 2020 03:05:21 +0900</lastBuildDate>
    
	<atom:link href="https://KeenS.github.io/categories/rust%E3%81%A7%E5%BC%B7%E3%82%81%E3%81%AB%E5%9E%8B%E3%82%92%E3%81%A4%E3%81%91%E3%82%8B/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Rustで強めに型をつけるPart 5: 「なんでも文字列」をやめる</title>
      <link>https://KeenS.github.io/blog/2020/05/14/rustdetsuyomenikatawotsukerupart_5___nandemomojiretsu_woyameru/</link>
      <pubDate>Thu, 14 May 2020 03:05:21 +0900</pubDate>
      
      <guid>https://KeenS.github.io/blog/2020/05/14/rustdetsuyomenikatawotsukerupart_5___nandemomojiretsu_woyameru/</guid>
      <description>&lt;p&gt;κeenです。「強めに型をつける」シリーズです。
いつか書こうと思って後回しにしてたら全然書かなかったので寝れない夜に筆をとります。
特にスクリプト言語を使ってた人にありがちな「なんでも文字列」について。&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Rustで強めに型をつけるPart 4: タグ型</title>
      <link>https://KeenS.github.io/blog/2020/01/11/rustdetsuyomenikatawotsukerupart_4__tagukata/</link>
      <pubDate>Sat, 11 Jan 2020 17:05:51 +0900</pubDate>
      
      <guid>https://KeenS.github.io/blog/2020/01/11/rustdetsuyomenikatawotsukerupart_4__tagukata/</guid>
      <description>&lt;p&gt;κeenです。久しぶりに「強めに型をつける」シリーズです。
マーカとして使われる型について。呼び方が分からなかったので「タグ型」と呼ぶことにします。&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Rustで強めに型をつけるPart 3: Session Type</title>
      <link>https://KeenS.github.io/blog/2018/12/15/rustdetsuyomenikatawotsukerupart_3__session_type/</link>
      <pubDate>Sat, 15 Dec 2018 05:48:48 +0900</pubDate>
      
      <guid>https://KeenS.github.io/blog/2018/12/15/rustdetsuyomenikatawotsukerupart_3__session_type/</guid>
      <description>&lt;p&gt;このエントリは&lt;a href=&#34;https://qiita.com/advent-calendar/2018/rust2&#34;&gt;Rustその2 Advent Calendar 2018&lt;/a&gt; 8日目の記事を時空を遡って書いています。&lt;/p&gt;
&lt;p&gt;κeenです。寝れないので空いてる日の分を埋めに行きます。次はSession Type。完全に趣味に走ったので実用性はないです。&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Rustで強めに型をつけるPart 2: Type Level State Machine</title>
      <link>https://KeenS.github.io/blog/2018/12/15/rustdetsuyomenikatawotsukerupart_2__type_level_state_machine/</link>
      <pubDate>Sat, 15 Dec 2018 05:10:47 +0900</pubDate>
      
      <guid>https://KeenS.github.io/blog/2018/12/15/rustdetsuyomenikatawotsukerupart_2__type_level_state_machine/</guid>
      <description>&lt;p&gt;このエントリは&lt;a href=&#34;https://qiita.com/advent-calendar/2018/rust2&#34;&gt;Rustその2 Advent Calendar 2018&lt;/a&gt; 7日目の記事を時空を遡って書いています。&lt;/p&gt;
&lt;p&gt;κeenです。寝れないので空いてる日の分を埋めに行きます。次はType Level State Machine。あるいはやりすぎてない方のBuilderバターン。
&lt;a href=&#34;https://keens.github.io/blog/2017/02/09/rustnochottoyarisuginabuilderpata_n/&#34;&gt;過去記事&lt;/a&gt;で当たり前のように書いたコードをもう少し丁寧に説明します。&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Rustで強めに型をつけるPart 1: New Type Pattern</title>
      <link>https://KeenS.github.io/blog/2018/12/15/rustdetsuyomenikatawotsukerupart_1__new_type_pattern/</link>
      <pubDate>Sat, 15 Dec 2018 04:15:08 +0900</pubDate>
      
      <guid>https://KeenS.github.io/blog/2018/12/15/rustdetsuyomenikatawotsukerupart_1__new_type_pattern/</guid>
      <description>&lt;p&gt;このエントリは&lt;a href=&#34;https://qiita.com/advent-calendar/2018/rust2&#34;&gt;Rustその2 Advent Calendar 2018&lt;/a&gt; 6日目の記事を時空を遡って書いています。&lt;/p&gt;
&lt;p&gt;κeenです。頭痛い。寝れない。寝れないので空いてる日の分を埋めに行きます。
「Rustで強めに型をつける」シリーズではある程度有名なテクニックを紹介しようかと思います。
みんな当たり前のように書くと知らない人はいつまで経っても知る機会が無いですからね。まずはNew Type Patternから。&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
