Автор: Eshwarla, Prabhu Название: Rust servers, services, and apps ISBN: 1617298603 ISBN-13(EAN): 9781617298608 Издательство: Pearson Education Рейтинг: Цена: 9304.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Автор: Blandy Jim, Orendorff Jason, Tindall Leonora F. Название: Programming Rust: Fast, Safe Systems Development ISBN: 1492052590 ISBN-13(EAN): 9781492052593 Издательство: Wiley Рейтинг: Цена: 10136.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Jim Blandy, Jason Orendorff, and Leonora Tindall demonstrate how Rust`s features put programmers in control over memory consumption and processor use by combining predictable performance with memory safety and trustworthy concurrency.
Автор: Messier Ric Название: Beginning Rust Programming ISBN: 1119712971 ISBN-13(EAN): 9781119712978 Издательство: Wiley Рейтинг: Цена: 6018.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
Quickly learn the ropes with the Rust programming language using this practical, step-by-step guide
In Beginning Rust Programming, accomplished programmer and author Ric Messier delivers a highly practical, real-world guide to coding with Rust. Avoiding dry, theoretical content and "Hello, world"-type tutorials of questionable utility, the book dives immediately into functional Rust programming that takes advantage of the language's blazing speed and memory efficiency.
Designed from the ground up to give you a running start to using the multiparadigm system programming language, this book will teach you to:
Solve real-world computer science problems of practical importance
Use Rust's rich type system and ownership model to guarantee memory-safety and thread-safety
Integrate Rust with other programming languages and use it for embedded devices
Perfect for programmers with some experience in other languages, like C or C++, Beginning Rust Programming is also a great pick for students new to programming and seeking a user-friendly and robust language with which to start their coding career.
Автор: Kaihlavirta Vesa, Johnson Paul Название: Learning Rust ISBN: 1785884301 ISBN-13(EAN): 9781785884306 Издательство: Неизвестно Цена: 9378.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Rust is a highly concurrent and high performance language that focuses on safety and speed, memory management, and writing clean code. It also guarantees thread safety, and its aim is to improve the performance of existing applications. Learning Rust will teach you to build concurrent, fast, and robust applications. From learning the basic synta...
Автор: Balbaert Ivo Название: Rust Essentials ISBN: 1788390016 ISBN-13(EAN): 9781788390019 Издательство: Неизвестно Рейтинг: Цена: 9378.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Автор: Lyu, Shing Rzeznik, Andrew Название: Practical rust projects ISBN: 1484293304 ISBN-13(EAN): 9781484293300 Издательство: Springer Рейтинг: Цена: 7927.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Go beyond the basics and build complete applications using the Rust programming language, updated for Rust 2021 edition. The applications you'll build over the course of this book include a high-performance web client, an embedded computer (for a robot, for example), a game, a serverless web app, and an application that incorporates AI and machine learning. Each chapter is organized in the following format: what the kind of should application look like; requirements and user stories of our example program; an introduction to the Rust libraries used; the actual implementation of the example program, including common pitfalls and their solutions; and a brief comparison of libraries for building each application, if there is no clear preference. Practical Rust Projects, Second Edition will open your eyes to how Rust can be put to practical, real-world use. After reading this book, you will be able to use Rust to build a variety of your own projects. What You Will Learn * Explore practical Rust programming language-based projects, examples and case studies * Create a GUI * Build a high performance web Front-end using WebAssembly * Develop REST APIs using Rust * Go serverless to develop a cloud application using the Amazon AWS Rust SDK * Create a game using Rust, along with AI and machine learning apps Who This Book Is For Those with basic Rust knowledge who want to learn more about how to apply Rust in real-world scenarios.
Автор: Nusairat, Joseph Faisal Название: Rust for the iot ISBN: 1484258592 ISBN-13(EAN): 9781484258590 Издательство: Springer Рейтинг: Цена: 7927.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
Introduction, covers what this book is going to solve, we tackle the issues and problems surrounding IoT applications and their architecture. We also go over the hardware that is needed for this book and the chapter ends with some simple Rust examples.
Server Side, starts with setting up and creating our first microservice the retrieval_svc, this will set up simple calls to it and integrate and set up the database for it.
File Uploading and Parsing, this chapter is more heavily focused on the upload_svc and in here we learn how to upload images and video files to store locally. We then parse the metadata out of the files and call the retrieval_svc to store their metadata.
Messaging and GraphQL, back to the retrieval_svc we add GraphQL to use on top of the web tier instead of pure RESTful endpoints. We also create the mqtt_service that will serve as our bridge to communicate between the backend and the Pi using MQTT.
Performance, enhancing both the retrieval_svc and the mqtt_service by instead having the communication between the two be REST calls, instead they will use serialized binary data via Cap'n Proto to talk. Also on the retrieval_svc side we add CQRS and eventual consistency to our graph mutations for comments.
Security, this adds using Auth0 to authenticate the user so that our database can identify a device to a user. We also add self signed certificates to secure the communication of the MQTT.
Deployment, this chapter we learn how to create Docker images of all our microservices, combining them with Kubernetes and deploying to a cloud provider with Helm charts.
Sense HAT, our first hands on chapter with the Raspberry Pi we will set up the heartbeat to communicate to the MQTT backend we created earlier.
Sense HAT, this incorporates the Sense HAT device to gather data about our environment to the Pi. The SenseHat provides us a visual LED display, temperature sensors, and a joystick for interactions.
Camera, this chapter we add a camera to the device which will allow us to do facial tracking and recording.
Integration, one of the last chapters we incorporate the video camera to send data back to the cloud as well as allowing the Pi to receive recording commands from the cloud and finally we allow the Pi to be used as a HomeKit device to show temperature and motion.
Final Thoughts, this final short chapter discusses how we would build an ISO image for our given application and other bundling issues.
Автор: Eguia Moraza Iban Название: Rust High Performance ISBN: 178839948X ISBN-13(EAN): 9781788399487 Издательство: Неизвестно Рейтинг: Цена: 9378.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Sometimes it`s difficult to get the best performance out of Rust. This book teaches you how to optimize the speed of your Rust code to the level of languages such as C/C++. You`ll understand and fix common pitfalls, learn how to improve your productivity by using metaprogramming, and speed up your code by concurrently executing parts of it ...
Автор: Troutwine Brian L. Название: Hands-On Concurrency with Rust ISBN: 1788399978 ISBN-13(EAN): 9781788399975 Издательство: Неизвестно Цена: 9378.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Writing safe and correct parallel programs is tough. Reasoning about concurrent memory modification is tough; efficiently exploiting the modern computing environment (with its multi-layered caches and deep execution pipelines) is also tough. Most systems programming languages add a further complication: unsafe memory access. The burden on you, ...
Описание: Speed Up Your Python Code with Rust is a practical guide to learning all about the Rust programming language from a Python perspective. This book covers the Rust programming concepts which can help you to package Rust code in a pip module and build fast applications efficiently.
Автор: Johnson Andrew Название: Hands-On Functional Programming in Rust ISBN: 1788839358 ISBN-13(EAN): 9781788839358 Издательство: Неизвестно Цена: 9378.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Functional programming allows developers to divide programs into smaller, reusable components that ease the creation and maintenance of software as a whole. Combining power of Rust, you can develop robust applications that fulfill modern day software requirements. This book will help you discover Rust features to build software in a functional way.
Автор: Nils Ferner Jan, Durante Daniel Название: Rust Standard Library Cookbook ISBN: 1788623924 ISBN-13(EAN): 9781788623926 Издательство: Неизвестно Цена: 8525.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Mozilla`s Rust is gaining much attention with amazing features and a powerful library. This book will take you through varied recipes to teach you how to leverage the Standard library to implement effective solutions.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru