NYC taxi benchmark Get the data Run benchmark NYC taxi benchmark This benchmark is based on the data from New York City Taxi & Limousine Commission . From the official site, t...
Selector Introduction Selector Type LeasebasedSelector [not recommended] LoadBasedSelector Configuration Selector Introduction What is the Selector ? As its name suggests,...
Selector Introduction Selector Type LeasebasedSelector [not recommended] LoadBasedSelector Configuration Selector Introduction What is the Selector ? As its name suggests,...
Package ID Specifications Package ID specifications Specification grammar Example specifications Brevity of specifications Package ID Specifications Package ID specificat...
NYC taxi benchmark Get the data Run benchmark NYC taxi benchmark This benchmark is based on the data from New York City Taxi & Limousine Commission . From the official site, t...
The code Generate a new crate Add dependencies Write the code The code Generate a new crate Let’s start by generating a new Rust app: $ cargo new my - redis $ cd my...
Build a sample app Run your App! Build a sample app First create a new Rust library (important: create a library, not a binary by passing the --lib flag): cargo new -- l...
How to Write Tests The Anatomy of a Test Function Checking Results with the assert! Macro Testing Equality with the assert_eq! and assert_ne! Macros Adding Custom Failure M...