Tag: rust

Rust and gRPC: A Comprehensive Guide

Rust and gRPC: A complete guide

Dev

The Rust community has developed many gRPC implementations, notably the tonic and grpc crates. Both provide a full implementation of gRPC protocols.

Anshul Goyal
Dec 1, 2020 ⋅ 5 min read
Rust Symbol

8 external services for Rust

Dev

Looking for the best of the best? Check out the top eight high-performance external services for Rust right here.

Anshul Goyal
Nov 24, 2020 ⋅ 3 min read
The Rust Symbol

Rust traits: A deep dive

Dev

Traits are an important part of Rust. This tutorial will help you understand what traits are and how they work.

Thomas Heartman
Nov 19, 2020 ⋅ 6 min read
Locking Down Rust Cryptography Libraries

Rust cryptography libraries: A comprehensive list

Dev

As evidenced by the wide variety of production-ready cryptography tools and algorithms available, the state of crypto in Rust is quite strong.

Ukpai Ugochi
Nov 18, 2020 ⋅ 8 min read
Encoding and Decoding in Rust

Encoding and decoding packages for Rust

Dev

Encoding and decoding packages for Rust isn’t complicated. This short guide demonstrates how to easily encode and decode your data in Rust.

Dylan Tientcheu
Nov 17, 2020 ⋅ 6 min read
Asynchronous I/O and async/await Packages in Rust

Asynchronous I/O and async/await packages in Rust

Dev

Despite some concerns around runtime compatibility, async Rust is in a great place. Tokio and async-std are both general-purpose async runtimes that provide async alternatives to standard library types.

Joshua Cooper
Nov 10, 2020 ⋅ 7 min read
19 Awesome Web Utilities for Rust

19 awesome web utilities for Rust

Dev

The right mix of utilities can help you take your Rust app to the next level. Here are 19 of the most popular web utilities for Rust.

Ukpai Ugochi
Nov 3, 2020 ⋅ 8 min read
JWT Authentication in Rust

JWT authentication in Rust

Dev

In this tutorial, we’ll explain how to implement authentication and authorization using JWTs in a Rust web application.

Mario Zupan
Oct 29, 2020 ⋅ 13 min read
3 Rust CMSs and when to use them

Top 3 Rust static site generators and when to use them

Dev

In this guide, we’ll explore three of the most popular and interesting static site generators for Rust: Cobalt, mdBook, and Zola.

Michiel Mulders
Oct 28, 2020 ⋅ 6 min read
Timezone Handling in Rust With Chrono-TZ

Timezone handling in Rust with Chrono-TZ

Dev

Time and date handling, especially with time zones, are tricky business. Fortunately, Rust’s ecosystem provides us with all the tools we need.

Mario Zupan
Oct 26, 2020 ⋅ 5 min read
Writing a Simple Web Service in Rust

Write a simple web service in Rust using hyper

Dev

Using small, lightweight libraries and a bit of self-written code to compose a minimal system can help improve performance, maintainability, and code quality.

Mario Zupan
Oct 20, 2020 ⋅ 12 min read
Email Crates for Rust: lettre and imap

Email crates for Rust: lettre and imap

Dev

Overall, Rust’s email support isn’t outstanding — yet. But the Rust ecosystem is solid and the email story should improve over time.

Joshua Cooper
Oct 19, 2020 ⋅ 6 min read