ROAPI: An API Server for Static Datasets
ROAPI is an open-source API server built in Rust that automatically creates REST APIs from static data files like CSV, JSON, and Parquet.
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.
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.
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 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.
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.
A side-by-side comparison of basic syntax and concepts in Go, Rust, and C++, including variables, arrays, functions, and OOP.