Optimizing #[sqlx::test] rebuild time
Optimizing slow rebuild times for Rust #[sqlx::test] tests in a bors merge queue project.
Optimizing slow rebuild times for Rust #[sqlx::test] tests in a bors merge queue project.
A developer describes porting a Python CLI to Rust without knowing Rust, using AI assistance and incremental PRs.
A guide to understanding and using the cargo.toml file, the central configuration file for managing Rust projects and dependencies with Cargo.
A technical guide on measuring test coverage for Rust projects using llvm-profdata and llvm-cov tools.
A quick guide on how to statically link OpenSSL in a Rust project using environment variables, useful for deployment environment mismatches.
A technical guide on compiling Rust to WebAssembly without using the standard wasm-bindgen tool, covering low-level details and workflows.
A developer's experience with Rust's modern tooling, highlighting the Cargo build system and its benefits for dependency management and deployment.