From 5ad9e35366bd3f8db883e165636838dfaa1cf0b1 Mon Sep 17 00:00:00 2001 From: gaurav-packt <35489117+gaurav-packt@users.noreply.github.com> Date: Sun, 3 Jan 2021 20:15:46 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 63ab842..afe8c2d 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ This is the code repository for [Practical System Programming for Rust Developer **Build fast and secure software for Linux/Unix systems with the help of practical examples** ## What is this book about? +This Rust book is designed to guide you through systems programming with Rust using practical examples and projects. You’ll explore various Rust features, along with useful techniques, which will help you to develop system tools, utilities, and more. + + This book covers the following exciting features: Gain a solid understanding of how system resources are managed Use Rust confidently to control and operate a Linux or Unix system