<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kagasu</author_name>
  <author_url>https://blog.hatena.ne.jp/kagasu/</author_url>
  <blog_title>備忘録</blog_title>
  <blog_url>https://kagasu.hatenablog.com/</blog_url>
  <categories>
    <anon>Rust</anon>
  </categories>
  <description>Ⅰ. はじめに タイトルの通り「Rust で actix_web を利用してWebサーバを構築する方法」です。 Ⅱ. サンプルプログラム Cargo.toml [dependencies] actix-web = &quot;4&quot;main.rs #[actix_web::get(&quot;/&quot;)] async fn hello() -&gt; impl actix_web::Responder { actix_web::HttpResponse::Ok().body(&quot;Hello world!&quot;) } #[actix_web::post(&quot;/echo&quot;)] async fn echo(body: actix_web:…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkagasu.hatenablog.com%2Fentry%2F2025%2F07%2F14%2F170412&quot; title=&quot;Rust で actix_web を利用してWebサーバを構築する方法 - 備忘録&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2025-07-14 17:04:12</published>
  <title>Rust で actix_web を利用してWebサーバを構築する方法</title>
  <type>rich</type>
  <url>https://kagasu.hatenablog.com/entry/2025/07/14/170412</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
