#Rust-api
Showing 6 of 6 repositories tagged #rust-api, ranked by stars
OpenAI's ChatGPT API wrapper for Rust ๐ฆ
This tutorial will teach you how to build a simple CRUD API in Rust using the Warp web framework and Tokio. We'll use Rust and a few well-known libraries to create a RESTful API that runs on a Warp HTTP server and stores data in memory.
In this article, we will delve into the implementation of JWT authentication in Rust, covering all crucial steps from generating and verifying JWT tokens with the HS256 algorithm, to registering users, signing them in, logging them out, and safeguarding private routes.
F-Fetch is a fast, minimal tool for fetching system information, written in Rust.
Real-time audio-reactive ASCII/Unicode rendering engine for terminal-based TUI app, written in rust.
In this article, we will explore the process of building a REST API in Rust with features like user registration, email verification, login, and logout capabilities. Our API will be powered by the high-performance Axum framework and will utilize the SQLx toolkit to store data in a SQLite database.