<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>a1026302</author_name>
  <author_url>https://blog.hatena.ne.jp/a1026302/</author_url>
  <blog_title>ものづくりのブログ</blog_title>
  <blog_url>https://a1026302.hatenablog.com/</blog_url>
  <categories>
    <anon>Rust</anon>
    <anon>Rust-sandbox</anon>
  </categories>
  <description>Rust の勉強をしてみたのでここにメモを残します。 データ型 コード 実行 スライス コード 実行 関数 コード 実行 データ型 整数型 i8, u8, i16, u16, i32, u32, i64, u64, isize, usize 浮動小数点型 f32, f64 ブーリアン型 bool 文字列型 char タプル型 () 配列型 [] コード fn main() { let a: i32 = 10; let b: u32 = 20; let c: f32 = 0.1; let d: &amp;i32 = &amp;50; let (e,f,g) = (1,2,3); let [h,i,j] = [4…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fa1026302.hatenablog.com%2Fentry%2F2023%2F01%2F09%2F220819&quot; title=&quot;【Rust】入門してみました② - ものづくりのブログ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn.user.blog.st-hatena.com/default_entry_og_image/157314735/1599576939808917</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2023-01-09 22:08:19</published>
  <title>【Rust】入門してみました②</title>
  <type>rich</type>
  <url>https://a1026302.hatenablog.com/entry/2023/01/09/220819</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
