Example of Using napi-rs with Electron
A tutorial on integrating Rust modules into Electron apps using the napi-rs library to improve performance for intensive tasks.
A tutorial on integrating Rust modules into Electron apps using the napi-rs library to improve performance for intensive tasks.
An overview of MeiliSearch, a minimalist, Rust-based full-text search engine, highlighting its features, codebase, and performance.
A developer shares his first impressions of Warp, a new Rust-based terminal, comparing its performance and features to iTerm2.
A developer shares their experience using the nom parser combinator framework in Rust to build a query language parser for a log analysis tool.
Introducing pq, a Rust-based tool for parsing and querying log files as time series data with PromQL-like syntax.
A developer's predictions for the future of computing, covering WASM, Rust, Kubernetes rivals, serverless, AI, and programming language trends.
Explains Rust's module system, focusing on privacy rules and visibility modifiers for functions and nested modules.
A developer begins a series on learning the Rust programming language, sharing a Microsoft resource and inviting others to join a live stream.
Announcing a pure Rust library for Apple code signing, enabling binary and bundle signing on non-Apple hardware.
Explores the benefits of using Rust programming language to build high-performance, reliable Kubernetes operators for automating application management.
A tutorial on building and deploying a web API with Rust's Rocket framework, including routing, database integration, and deployment.
A developer compares learning Rust and Go for systems programming, highlighting their design philosophies and personal coding experiences.
The article argues that successful tech alternatives succeed by simplifying and refining core ideas, not expanding on them, using examples like Alpine Linux, Go, and UTF-8.
Explores WebAssembly-powered search tools for static websites, comparing Rust-based solutions like tinysearch and Stork, and presenting a technical demo.
A side-by-side comparison of basic syntax and concepts in Go, Rust, and C++, including variables, arrays, functions, and OOP.
A beginner's guide to Rust programming covering installation, syntax, package management, and writing your first program.
A developer shares their experience learning Python through Advent of Code puzzles and compares Python's ecosystem to Rust's documentation.
A developer's experience at Recurse Center building a FreeCell game in Rust, focusing on learning ownership and GUI challenges with Druid.
A technical deep dive into automating internal infrastructure and data workflows using Rust, cron jobs, and a central database.