Bulk Analyze Linux Packages with Linux Package Analyzer
Introducing Linux Package Analyzer, a Rust tool for bulk analysis of Linux packages and ELF binaries via a local SQLite database.
Introducing Linux Package Analyzer, a Rust tool for bulk analysis of Linux packages and ELF binaries via a local SQLite database.
A new Rust crate provides pure Rust implementations of core Debian packaging primitives for parsing, creating, and managing .deb files and repositories.
A developer explains their personal motivations and technical reasons for choosing to learn the Rust programming language in the coming year.
A tutorial on building a minimal Lua interpreter with a virtual machine from scratch using the Rust programming language.
A guide to installing and configuring the Starship cross-shell prompt, a customizable terminal enhancement for developers.
A guide for beginners on how to learn Rust, recommending resources like tutorials, books, and the Exercism platform.
A programmer shares initial impressions and learning challenges with the Zig programming language, comparing it to Rust and C.
A developer shares progress and insights from rewriting the Firn CLI tool from Clojure to Rust, discussing language choice and tool complexity.
A developer shares lessons from removing Rust libraries from a mobile app, discussing performance gains but significant compilation and binary size issues.
A developer shares their experience porting the Niceware library to Rust, reflecting on overcoming the emotional barrier of strict compilers and redefining progress.
ROAPI is an open-source API server built in Rust that automatically creates REST APIs from static data files like CSV, JSON, and Parquet.
An overview of the Actix web framework for Rust, covering its history, features, and a practical example of setting up a WebSocket chat application.
A guide to attaching VSCode's debugger to native Rust code running within an Electron app's renderer process for hybrid development.
An overview of the Rocket web framework for Rust, covering its features, history, and a practical setup guide.
A guide on using Rust enums to wrap and handle multiple error types, avoiding dynamic dispatch for more compile-time safety.
A technical deep-dive into the Deno JavaScript runtime, exploring its architecture, similarities to Node.js, and use of Rust and V8.
A developer considers rewriting their Clojure static site generator in Rust, weighing the technical trade-offs and learning opportunities.
An in-depth guide to error handling in Rust, focusing on the Result<T, E> enum and best practices for managing operations that can fail.
A technical guide on building high-performance PostgreSQL extensions using the Rust programming language and the pgx framework.
A developer explores using a Rust library to significantly speed up the process of extracting top-level domains from a massive reverse DNS dataset.