File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ Performance is not a guessing game. Below are results from our internal benchmar
9494- ** Scenario** : JSON serialization of 100 user objects
9595- ** Build** : ` cargo build --release `
9696
97- Results may vary based on hardware and workload. Run your own benchmarks :
97+ Results may vary based on hardware and workload. You can view our [ Benchmark Repository ] ( https://github.com/Tuntii/RustAPI-benchmark ) or run your own:
9898``` bash
9999cd benches
100100./run_benchmarks.ps1
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This is not just API documentation. This is a collection of:
1414
1515## 🚀 New: Examples Repository
1616
17- Looking for hands-on learning? Check out our ** [ Examples Repository] ( https://github.com/Tuntii/rustapi-rs -examples ) ** with 18 complete projects:
17+ Looking for hands-on learning? Check out our ** [ Examples Repository] ( https://github.com/Tuntii/RustAPI -examples ) ** with 18 complete projects:
1818
1919| Category | Examples |
2020| ----------| ----------|
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Welcome to the RustAPI learning resources! This section provides structured lear
88
99We maintain a comprehensive examples repository with ** 18 real-world projects** demonstrating RustAPI's full capabilities:
1010
11- 🔗 ** [ rustapi-rs- examples] ( https://github.com/Tuntii/rustapi-rs -examples ) ** - Complete examples from hello-world to production microservices
11+ 🔗 ** [ RustAPI- examples] ( https://github.com/Tuntii/RustAPI -examples ) ** - Complete examples from hello-world to production microservices
1212
1313### Why Use the Examples Repository?
1414
@@ -162,8 +162,8 @@ Find examples by the RustAPI features they demonstrate:
162162### Clone the Repository
163163
164164``` bash
165- git clone https://github.com/Tuntii/rustapi-rs -examples.git
166- cd rustapi-rs -examples
165+ git clone https://github.com/Tuntii/RustAPI -examples.git
166+ cd RustAPI -examples
167167```
168168
169169### Run an Example
@@ -215,7 +215,7 @@ Each example includes:
215215
216216Have a great example to share? We welcome contributions!
217217
218- 1 . Fork the [ rustapi-rs- examples] ( https://github.com/Tuntii/rustapi-rs -examples ) repository
218+ 1 . Fork the [ RustAPI- examples] ( https://github.com/Tuntii/RustAPI -examples ) repository
2192192 . Create your example following our structure guidelines
2202203 . Add comprehensive documentation in README.md
2212214 . Submit a pull request
You can’t perform that action at this time.
0 commit comments