From 4232ae4950335fccac517bbd8b9f29dcb34d1546 Mon Sep 17 00:00:00 2001 From: Benyamin Eskandari Date: Mon, 15 Aug 2022 13:19:31 +0430 Subject: [PATCH] add article --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f767a57..663c4ec 100644 --- a/README.md +++ b/README.md @@ -434,6 +434,7 @@ This repository is a compilation of well-written, step-by-step guides for re-cre * [**Rust**: _Let's build a browser engine_](https://limpet.net/mbrubeck/2014/08/08/toy-layout-engine-1.html) * [**Rust**: _Building a DNS server in Rust_](https://github.com/EmilHernvall/dnsguide/blob/master/README.md) * [**Rust**: _Writing Scalable Chat Service from Scratch_](https://nbaksalyar.github.io/2015/07/10/writing-chat-in-rust.html) +* [**Rust**: Writing an API with Rust to parse and extract info from Apk ](https://benyaamin.com/post/writing-an-api-with-rust-to-parse-and-extract-info-from-apk) * [**TypeScript**: _Tiny Package Manager: Learns how npm or Yarn works_](https://github.com/g-plane/tiny-package-manager) ## Contribute