<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Oxidized Bookshelf</title>
    <link>https://blog.rust-jp.rs/tatsuya6502/</link>
    <description>Recent content on Oxidized Bookshelf</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>ja</language>
    <copyright>&amp;copy; 2019&amp;mdash;2021 Tatsuya Kawano (tatsuya6502)</copyright>
    <lastBuildDate>Tue, 22 Dec 2020 19:10:00 +0800</lastBuildDate><atom:link href="https://blog.rust-jp.rs/tatsuya6502/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Rustの環境構築（Apple Silicon） 2020年12月版</title>
      <link>https://blog.rust-jp.rs/tatsuya6502/posts/2020-12-devenv-apple-silicon/</link>
      <pubDate>Tue, 22 Dec 2020 19:10:00 +0800</pubDate>
      
      <guid>https://blog.rust-jp.rs/tatsuya6502/posts/2020-12-devenv-apple-silicon/</guid>
      <description>これは Rust Advent Calendar 2020 15日目のエントリーです。 飛び入り参加です。 本記事ではApple siliconを搭載したMacにRustの開発環境をセットアッ</description>
    </item>
    
    <item>
      <title>デバッグビルドを高速化するrustc_codegen_craneliftを試してみました</title>
      <link>https://blog.rust-jp.rs/tatsuya6502/posts/2020-12-rustc-cranelift/</link>
      <pubDate>Thu, 17 Dec 2020 18:30:00 +0800</pubDate>
      
      <guid>https://blog.rust-jp.rs/tatsuya6502/posts/2020-12-rustc-cranelift/</guid>
      <description>はじめに これは Rust Advent Calendar 2020 8日目のエントリーです。 飛び入り参加です。 この記事では、Rustコンパイラの実験的なバックエンドである「rustc_c</description>
    </item>
    
    <item>
      <title>シェルスクリプトマガジンにRust入門記事を寄稿しました</title>
      <link>https://blog.rust-jp.rs/tatsuya6502/posts/2020-01-shellmag-vol-64/</link>
      <pubDate>Sun, 26 Jan 2020 10:00:00 +0800</pubDate>
      
      <guid>https://blog.rust-jp.rs/tatsuya6502/posts/2020-01-shellmag-vol-64/</guid>
      <description>はじめに シェルスクリプトマガジン Vol.64（2020年1月25日発売） にRust入門記事を寄稿しました。 どんな内容か紹介します。 ↑ シェルス</description>
    </item>
    
    <item>
      <title>Rust meets Lucet：ネイティブアプリでwasm形式の動的リンクプラグインを実行する</title>
      <link>https://blog.rust-jp.rs/tatsuya6502/posts/2019-12-wasm-based-plugin/</link>
      <pubDate>Tue, 31 Dec 2019 12:05:00 +0800</pubDate>
      
      <guid>https://blog.rust-jp.rs/tatsuya6502/posts/2019-12-wasm-based-plugin/</guid>
      <description>はじめに これはWebAssembly Advent Calendar 2019の8日目のエントリです。 （空いていたので飛び入り参加です） 12月28日にコードを書き始めて、</description>
    </item>
    
    <item>
      <title>Rustのゼロコスト抽象化の効果をアセンブラで確認</title>
      <link>https://blog.rust-jp.rs/tatsuya6502/posts/2019-12-zero-cost-abstraction/</link>
      <pubDate>Tue, 24 Dec 2019 18:00:00 +0800</pubDate>
      
      <guid>https://blog.rust-jp.rs/tatsuya6502/posts/2019-12-zero-cost-abstraction/</guid>
      <description>これは Rust その3 Advent Calendar 2019 の24日目のエントリです。 Rustのゼロコスト抽象化が期待どおりに働いていることを、コンパイラが出力した機械語（アセンブ</description>
    </item>
    
    <item>
      <title>RustのLinux muslターゲット （その2：極小Dockerイメージを実現）</title>
      <link>https://blog.rust-jp.rs/tatsuya6502/posts/2019-12-small-docker-image/</link>
      <pubDate>Sat, 07 Dec 2019 19:15:00 +0800</pubDate>
      
      <guid>https://blog.rust-jp.rs/tatsuya6502/posts/2019-12-small-docker-image/</guid>
      <description>これは Rustその3 Advent Calendar 2019 — Qiita の8日目の記事です。 2回シリーズの2つめの記事になります。 前回：Alpine Linuxでも実行できるHello</description>
    </item>
    
    <item>
      <title>RustのLinux muslターゲット （その1：Linux向けのポータブルなバイナリを作る）</title>
      <link>https://blog.rust-jp.rs/tatsuya6502/posts/2019-12-statically-linked-binary/</link>
      <pubDate>Sat, 07 Dec 2019 19:00:00 +0800</pubDate>
      
      <guid>https://blog.rust-jp.rs/tatsuya6502/posts/2019-12-statically-linked-binary/</guid>
      <description>これは Rustその3 Advent Calendar 2019 — Qiita の8日目の記事です。 Rustのx86_64-unknown-linux-muslターゲットを使って、libc（</description>
    </item>
    
    <item>
      <title>VS Code Rust (rls)拡張機能でcargo runタスクが見つからない場合の対処法</title>
      <link>https://blog.rust-jp.rs/tatsuya6502/posts/2019-04-29-vscode-rls/</link>
      <pubDate>Mon, 29 Apr 2019 11:15:00 +0800</pubDate>
      
      <guid>https://blog.rust-jp.rs/tatsuya6502/posts/2019-04-29-vscode-rls/</guid>
      <description>アップデート情報（2019年12月6日） 本記事で紹介した「VS Code Rust (rls)」拡張機能の不具合ですが、2019年9月4日にバージョン0.6.</description>
    </item>
    
    <item>
      <title>Coming Soon：Rustバイナリ入りの極小Dockerイメージを作る（予告編）</title>
      <link>https://blog.rust-jp.rs/tatsuya6502/posts/2019-04-27-coming-soon/</link>
      <pubDate>Sat, 27 Apr 2019 12:17:54 +0800</pubDate>
      
      <guid>https://blog.rust-jp.rs/tatsuya6502/posts/2019-04-27-coming-soon/</guid>
      <description>書籍『実践Rust入門』の2-5-4項では、クロスコンパイルを応用した極小のDockerイメージを紹介しています。 書籍内で予告したとおり、そ</description>
    </item>
    
    <item>
      <title>書籍『実践Rust入門』の詳細な目次です</title>
      <link>https://blog.rust-jp.rs/tatsuya6502/posts/2019-04-13-rust-bicycle-book-toc/</link>
      <pubDate>Tue, 23 Apr 2019 12:20:00 +0800</pubDate>
      
      <guid>https://blog.rust-jp.rs/tatsuya6502/posts/2019-04-13-rust-bicycle-book-toc/</guid>
      <description>2019年5月8日発売予定の『実践Rust入門』（以下 本書）の目次を公開します。 購入前の参考にしてください。 実は本書は私が想像していたのより</description>
    </item>
    
    <item>
      <title>ブログを開設しました</title>
      <link>https://blog.rust-jp.rs/tatsuya6502/posts/2019-04-13-hello/</link>
      <pubDate>Sat, 13 Apr 2019 08:00:00 +0800</pubDate>
      
      <guid>https://blog.rust-jp.rs/tatsuya6502/posts/2019-04-13-hello/</guid>
      <description>こんにちは。tatsuya6502こと河野 達也（かわの たつや）です。共著で執筆した書籍の出版をきっかけに、このブログを開設しました。 ここでは</description>
    </item>
    
  </channel>
</rss>
