Unit Test Introduction Coverage Unit Test Introduction Unit tests are embedded into the codebase, usually placed next to the logic being tested. They are written using Rust’s...
Appendix D - Useful Development Tools Automatic Formatting with rustfmt Fix Your Code with rustfix More Lints with Clippy IDE Integration Using rust-analyzer Appendix ...
Unit Test Introduction Coverage Unit Test Introduction Unit tests are embedded into the codebase, usually placed next to the logic being tested. They are written using Rust’s...
Configuration Hierarchical structure Configuration format Configuration keys Environment variables Credentials Configuration This document will explain how Cargo’s configu...
Customizing Builds with Release Profiles Customizing Builds with Release Profiles In Rust, release profiles are predefined and customizable profiles with different configuratio...
Controlling How Tests Are Run Running Tests in Parallel or Consecutively Showing Function Output Running a Subset of Tests by Name Running Single Tests Filtering to Run Multiple...
Getting started Prerequisite System & Architecture Build Dependencies Compile and Run Unit test Docker Getting started This page describes how to run GreptimeDB from sourc...