Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Beginning Rust: Get Started with Rust 2021 Edition, Milanesi Carlo


Варианты приобретения
Цена: 8384.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Англия: Есть  Склад Америка: Есть  
При оформлении заказа до: 2025-07-28
Ориентировочная дата поставки: Август-начало Сентября

Добавить в корзину
в Мои желания

Автор: Milanesi Carlo
Название:  Beginning Rust: Get Started with Rust 2021 Edition
ISBN: 9781484272077
Издательство: Springer
Классификация:


ISBN-10: 1484272072
Обложка/Формат: Paperback
Страницы: 436
Вес: 0.75 кг.
Дата издания: 12.02.2022
Серия: Design thinking
Язык: English
Издание: 2nd ed.
Иллюстрации: 1 illustrations, color; 1 illustrations, black and white; xv, 385 p. 2 illus., 1 illus. in color.
Размер: 25.40 x 17.78 x 2.26 cm
Читательская аудитория: Professional & vocational
Подзаголовок: Black beauty - the wind in the willows - treasure island - the secret garden - alice`s adventures in wonderland
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание: Learn to program with Rust 2021 Edition, in an easy, step-by-step manner on Unix, the Linux shell, macOS, and the Windows command line. As you read this book, you’ll build on the knowledge you gained in previous chapters and see what Rust has to offer. Beginning Rust starts with the basics of Rust, including how to name objects, control execution flow, and handle primitive types. You’ll see how to do arithmetic, allocate memory, use iterators, and handle input/output. Once you have mastered these core skills, you’ll work on handling errors and using the object-oriented features of Rust to build robust Rust applications in no time. Only a basic knowledge of programming in C or C++ and familiarity with a command console are required. After reading this book, you’ll be ready to build simple Rust applications. What You Will Learn * Get started programming with Rust * Understand heterogeneous data structures and data sequences * Define functions, generic functions, structs, and more * Work with closures, changeable strings, ranges and slices Use traits and learn about lifetimes Who This Book Is For Those who are new to Rust and who have at least some prior experience with programming in general: some C/C++ is recommended particularly.
Дополнительное описание: 1. Printing on Terminal.- 2. Doing Arithmatic.- 3. Naming Objects.- 4. Controlling Execution Flow.- 5. Using Data Sequences.- 6. Using Primitive Types.- 7. Enumerating Cases.- 8. Using Heterogeneous Data Structures.- 9. Defining Functions.- 10. Defining G



Programming Rust: Fast, Safe Systems Development

Автор: 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.

Rust Programming Cookbook

Автор: Matzinger Claus
Название: Rust Programming Cookbook
ISBN: 1789530660 ISBN-13(EAN): 9781789530667
Издательство: Неизвестно
Рейтинг:
Цена: 8091.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book comes with a lot of application-specific recipes to kick-start your development of real-world high-performance applications with the Rust programming language and integrating Rust units into your existing applications. You will find 80 practical recipes that will allow you to use the code samples right away when your existing ...

Mastering Rust -Second Edition

Автор: Sharma Rahu, Kaihlavirta Vesa
Название: Mastering Rust -Second Edition
ISBN: 1789346576 ISBN-13(EAN): 9781789346572
Издательство: Неизвестно
Рейтинг:
Цена: 10114.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Mastering Rust, Second Edition covers a comprehensive list of topics that will help you gain deeper insights into the language. It will allow you how to create high performing applications effortlessly.

Learning Rust

Автор: Kaihlavirta Vesa, Johnson Paul
Название: Learning Rust
ISBN: 1785884301 ISBN-13(EAN): 9781785884306
Издательство: Неизвестно
Цена: 9010.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...

Rust Essentials

Автор: Balbaert Ivo
Название: Rust Essentials
ISBN: 1788390016 ISBN-13(EAN): 9781788390019
Издательство: Неизвестно
Рейтинг:
Цена: 9010.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Hands-On Microservices with Rust

Автор: Kolodin Denis
Название: Hands-On Microservices with Rust
ISBN: 1789342759 ISBN-13(EAN): 9781789342758
Издательство: Неизвестно
Рейтинг:
Цена: 9010.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Microservice architecture is sweeping the world as the de facto pattern to build web-based applications. This book describes web development using the Rust programming language and will get you up and running with modern web frameworks and. Finally, you will be taken through examples of how to test and debug microservices and pack them into a ...

Speed Up Your Python with Rust: Optimize Python performance by creating Python pip modules in Rust with PyO3

Автор: Flitton Maxwell
Название: Speed Up Your Python with Rust: Optimize Python performance by creating Python pip modules in Rust with PyO3
ISBN: 180181144X ISBN-13(EAN): 9781801811446
Издательство: Неизвестно
Рейтинг:
Цена: 8091.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: 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.

Beginning Rust: From Novice to Professional

Автор: Milanesi Carlo
Название: Beginning Rust: From Novice to Professional
ISBN: 1484234677 ISBN-13(EAN): 9781484234679
Издательство: Springer
Рейтинг:
Цена: 5309.00 р.
Наличие на складе: Поставка под заказ.

Описание: The 2018 Moleskine Black TPU Elastic iPhone 10 hard case is a bright, lightweight case inspired by the design of the Classic Notebook. Rounded corners, distinctive elastic band graphic and monogram connect your iPhone to an analogue world of paper inspiration, while a coordinated softtouch edge provides a naturally tactile grip. Each transparent case includes an XS Volant Journal to note down ideas on the move, and the legendary history of Moleskine.

Rust Quick Start Guide

Автор: Arbuckle Daniel
Название: Rust Quick Start Guide
ISBN: 1789616700 ISBN-13(EAN): 9781789616705
Издательство: Неизвестно
Рейтинг:
Цена: 6068.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Rust is an emerging programming language applicable to areas such as embedded programming, network programming, system programming, and web development. This book will take you from the basics of Rust to the point where your code compiles and does what you intend!

Programming Rust

Автор: Blandy Jim
Название: Programming Rust
ISBN: 1491927283 ISBN-13(EAN): 9781491927281
Издательство: Wiley
Рейтинг:
Цена: 7602.00 р.
Наличие на складе: Поставка под заказ.

Описание: Written by two experienced systems programmers, this book explains how Rust manages to bridge the gap between performance and safety, and how you can take advantage of it.

Hands-On Functional Programming in Rust

Автор: Johnson Andrew
Название: Hands-On Functional Programming in Rust
ISBN: 1788839358 ISBN-13(EAN): 9781788839358
Издательство: Неизвестно
Цена: 9010.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.

Rust for the iot

Автор: Nusairat, Joseph Faisal
Название: Rust for the iot
ISBN: 1484258592 ISBN-13(EAN): 9781484258590
Издательство: Springer
Рейтинг:
Цена: 9083.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

  1. 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.
  2. 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.
  3. 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.
  4. 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.
  5. 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.
  6. 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.
  7. 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.
  8. 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.
  9. 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.
  10. Camera, this chapter we add a camera to the device which will allow us to do facial tracking and recording.
  11. 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.
  12. Final Thoughts, this final short chapter discusses how we would build an ISO image for our given application and other bundling issues.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия