<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Rust on SoloSoft</title><link>https://www.solosoft.dev/tags/rust/</link><description>Recent content in Rust on SoloSoft</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://www.solosoft.dev/tags/rust/index.xml" rel="self" type="application/rss+xml"/><item><title>Bloop: The Open-Source GPT-4 Powered Code Search Engine Written in Rust</title><link>https://www.solosoft.dev/post/bloop-code-search-2026/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/bloop-code-search-2026/</guid><description>&lt;p&gt;Searching through unfamiliar codebases is one of the most time-consuming tasks in software development. Traditional tools like grep are powerful but require you to know exactly what you are looking for. IDE search is better but limited to lexical patterns and symbol navigation. &lt;strong&gt;Bloop&lt;/strong&gt; reimagines code search entirely: it is an open-source AI-powered code search engine written in Rust that lets developers query their codebases using natural language.&lt;/p&gt;
&lt;p&gt;Bloop combines &lt;strong&gt;GPT-4 powered natural language understanding&lt;/strong&gt; with &lt;strong&gt;hybrid lexical and vector search&lt;/strong&gt; to deliver results that understand developer intent, not just string patterns. A query like &amp;ldquo;find where we handle OAuth token refresh&amp;rdquo; returns semantically relevant code locations, not just files containing the string &amp;ldquo;refresh.&amp;rdquo;&lt;/p&gt;</description></item><item><title>OpenCut: The Open-Source CapCut Alternative with 32K Stars</title><link>https://www.solosoft.dev/post/opencut-video-editor-2026/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/opencut-video-editor-2026/</guid><description>&lt;p&gt;OpenCut is a free, open-source video editor that has quickly amassed over 32,000 GitHub stars by positioning itself as the leading privacy-respecting alternative to CapCut (ByteDance&amp;rsquo;s popular video editing app). Developed by &lt;a href="https://github.com/OpenCut-app/OpenCut"&gt;OpenCut-app&lt;/a&gt;, the project offers a comprehensive video editing experience across web, desktop, and mobile platforms &amp;ndash; all while ensuring user data never leaves the device.&lt;/p&gt;
&lt;p&gt;The project was born from growing concerns about CapCut&amp;rsquo;s data collection practices and the lack of a capable open-source alternative with modern features. OpenCut addresses this gap with a feature-rich editor that supports multi-track timelines, transitions, effects, text overlays, chroma key, speed controls, and direct export to popular formats. With its modern tech stack combining Next.js for the frontend and Rust for performance-critical processing, OpenCut delivers desktop-class editing performance entirely in the browser.&lt;/p&gt;</description></item><item><title>Ty: Astral's Blazing-Fast Python Type Checker Written in Rust</title><link>https://www.solosoft.dev/post/ty-python-type-checker-2026/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/ty-python-type-checker-2026/</guid><description>&lt;p&gt;Python&amp;rsquo;s type checking ecosystem has long been dominated by mypy &amp;ndash; the original type checker that pioneered gradual typing for Python. But mypy&amp;rsquo;s Python-based implementation has always struggled with performance on large codebases. &lt;strong&gt;Ty&lt;/strong&gt; is Astral&amp;rsquo;s answer to this problem: a Python type checker and language server written entirely in Rust, designed to be 10 to 60 times faster than existing alternatives.&lt;/p&gt;
&lt;p&gt;Astral, the company behind the incredibly popular Ruff linter, has applied the same Rust-powered performance philosophy to type checking. Ty builds on Astral&amp;rsquo;s deep experience with Python tooling in Rust, leveraging the same multi-threaded architecture and incremental computation patterns that made Ruff the industry standard for Python linting.&lt;/p&gt;</description></item><item><title>uv: Astral's All-in-One Python Package and Project Manager</title><link>https://www.solosoft.dev/post/uv-python-package-manager-2026/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/uv-python-package-manager-2026/</guid><description>&lt;p&gt;Python&amp;rsquo;s packaging ecosystem has long been fractured across multiple tools. Need to install packages? Use pip. Need isolated environments? Use venv or virtualenv. Need dependency management? Use Poetry or Pipenv. Need different Python versions? Use pyenv. Need to install CLI tools? Use pipx. &lt;strong&gt;uv&lt;/strong&gt; collapses this entire toolchain into a single, blazing-fast Rust binary that handles every Python packaging workflow.&lt;/p&gt;
&lt;p&gt;Created by Astral &amp;ndash; the same team behind the Ruff linter and Ty type checker &amp;ndash; uv represents the culmination of their vision for a unified Python toolchain. Written in Rust and engineered for speed, uv replaces the functionality of pip, pipx, poetry, pyenv, and virtualenv with a single, coherent command-line interface that runs 10 to 100 times faster than the tools it replaces.&lt;/p&gt;</description></item></channel></rss>