Skip to content

Commit af6fe6b

Browse files
authored
Merge pull request #76 from sapati/main
add "API development with Rust"
2 parents c7d6839 + 7f38e3c commit af6fe6b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,10 @@ Burn places a significant emphasis on making the right compromises in the right
417417

418418
Code Like a Pro in Rust will make you a more productive Rust programmer. This example-rich book builds on your existing know-how by introducing Rust-specific design patterns, coding shortcuts, and veteran skills like asynchronous programming and integrating Rust with other languages. You’ll also meet amazing Rust tools for testing, code analysis, and application lifecycle management. It’s all the good stuff in one place!
419419

420+
### [API development with Rust](https://rust-api.dev/docs/front-matter/preface/) *Free* (this is a work in progress)
421+
422+
You will learn the basics of REST APIs, followed by the ecosystem and usual system architecture around a typical REST API. We will explain how to make your API secure, scalable and observable, so you can move it to production confidently. We will also show you how to implement automated testing, continuous integration and delivery. We will provide examples for cloud deployment scenarios too. The code samples are based on the Tokio-Hyper-Tower-Axum stack.
423+
420424
**Resources**
421425
====
422426

0 commit comments

Comments
 (0)