<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>TAKOYAKING</author_name>
  <author_url>https://blog.hatena.ne.jp/TAKOYAKING/</author_url>
  <blog_title>TAKOYAKING’s blog</blog_title>
  <blog_url>https://takoyaking.hatenablog.com/</blog_url>
  <categories>
    <anon>Rust</anon>
  </categories>
  <description>ファイル操作していた時に、ふとclose処理がないと思ったのですが、How to close a file? : rust スコープが終了するとdropが呼ばれ、ファイルが閉じてくれるので他の言語でよくあるcloseメソッドを呼ばなくても良い。 他の言語では python withをつけるとwithを抜けると閉じてくれる。C# usingをつけるとusingを抜けると閉じてくれる。上記の言語では、withやusingを使えた時は閉じ忘れがなくなるので便利だなーと思っていましたが、rustではそもそもスコープを抜けると閉じてくれるのは想像以上に便利な気がします。（逆に最初不安になりました！）</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftakoyaking.hatenablog.com%2Fentry%2Frust_close_drop&quot; title=&quot;Rust: ファイル操作後はclose処理はしなくても良い - TAKOYAKING’s blog&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://www.rust-lang.org/static/images/rust-social-wide.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-05-07 09:00:00</published>
  <title>Rust: ファイル操作後はclose処理はしなくても良い</title>
  <type>rich</type>
  <url>https://takoyaking.hatenablog.com/entry/rust_close_drop</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
