Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,44 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>rinha2-back-end-rust | Oxidized Performance</title>
<meta name="description" content="High-performance banking API for the Rinha de Backend challenge. Built with Rust, Actix-web 4, and SQLx. ~140 lines under strict resource constraints (1.5 CPU, 550MB RAM).">
<meta name="keywords" content="Rust, Actix-web, SQLx, PostgreSQL, banking API, Rinha de Backend, performance, systems programming, Cargo, async">
<link rel="canonical" href="https://jonathanperis.github.io/rinha2-back-end-rust/">
<meta name="theme-color" content="#ce4a00">

<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:title" content="rinha2-back-end-rust | Oxidized Performance">
<meta property="og:description" content="High-performance banking API for the Rinha de Backend challenge. Built with Rust, Actix-web 4, and SQLx. ~140 lines under strict resource constraints.">
<meta property="og:url" content="https://jonathanperis.github.io/rinha2-back-end-rust/">
<meta property="og:site_name" content="rinha2-back-end-rust">
<meta property="og:locale" content="en_US">

<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="rinha2-back-end-rust | Oxidized Performance">
<meta name="twitter:description" content="High-performance banking API for the Rinha de Backend challenge. Built with Rust, Actix-web 4, and SQLx. ~140 lines.">
<meta name="twitter:creator" content="@jperis_silva">

<!-- JSON-LD Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "Rinha de Backend — Rust",
"description": "High-performance banking API for the Rinha de Backend challenge. Built with Rust, Actix-web 4, and SQLx. ~140 lines under strict resource constraints (1.5 CPU, 550MB RAM).",
"url": "https://jonathanperis.github.io/rinha2-back-end-rust/",
"codeRepository": "https://github.com/jonathanperis/rinha2-back-end-rust",
"programmingLanguage": "Rust",
"license": "https://github.com/jonathanperis/rinha2-back-end-rust/blob/main/LICENSE",
"author": {
"@type": "Person",
"name": "Jonathan Peris",
"url": "https://jonathanperis.github.io/"
}
}
</script>

<style>
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,400;0,600;0,700;1,400&display=swap');

Expand Down
4 changes: 4 additions & 0 deletions docs/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
User-agent: *
Allow: /

Sitemap: https://jonathanperis.github.io/rinha2-back-end-rust/sitemap.xml
9 changes: 9 additions & 0 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://jonathanperis.github.io/rinha2-back-end-rust/</loc>
<lastmod>2026-04-04</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
</urlset>
Loading