rust-api
There are 39 repositories under rust-api topic.
rsmeowry/chatgpt_rs
OpenAI's ChatGPT API wrapper for Rust 🦀
codi-hacks/weather-station
Everything you need to run and monitor your own open source weather station. ⛅
wpcodevo/google-github-oauth2-rust
This article will teach you how to integrate Google OAuth2 into your Rust application, all without relying on third-party OAuth crates such as https://crates.io/crates/oauth2.
wpcodevo/totp-rust
In this comprehensive guide, you'll learn how to implement two-factor authentication (2FA) in a Rust application using OTP tokens generated by an Authenticator app like Authy, Google Authenticator, or Chrome's Authenticator extension.
wpcodevo/simple-api
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.
wpcodevo/simple-api-actix-web
In this comprehensive guide, you'll build a simple CRUD API in Rust using the Actix Web framework and an in-memory database.
wpcodevo/rust-jwt-hs256
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.
wpcodevo/rust-user-signup-forgot-password-email
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.
rajput-hemant/jiosaavn-api-rs
🎵 An Unofficial wrapper for the Jio Saavn API written in Rust programming language 🦀.
Christopher2K/llcool-twitch-tools
My web custom toolkit for Twitch...
neuron-nexus-agregator/nn-yandex-foundation
Unified library for working with Yandex Foundation Models. Provides a simple interface for generating text and images using Yandex's AI services.
jiacai2050/prom-remote-api
Prometheus remote storage API for Rust
minecraft-rs/service
Minecraft HTTP services wrapper for Rust.
hadihaider055/youtube-rust
All source code from my Rust programming YouTube series covering fundamentals to advanced concepts and practical projects.
thrzl/pinned
📌 github pinned repos, in rust
evoxmusic/rust-prime-number-api
Tutorial on how to create a Rust REST API with Rocket and deploy it with Qovery on AWS
jacksonrakena/gradekeeper-server
The Rust-based, Postgres-backed API server for Gradekeeper.
obvMellow/openai.rs
A wrapper for OpenAI API written in Rust
maulanasdqn/najmcourse-backend-service
NAJM Course Backend Service
zzampax/elgato-control-center-api
Lightweight API written in RUST that enables interaction with Elgato devices such as Elgato Light Strips or Elgato Keylights. It provides a baseline interface that can be invoked by other scripts.
Aurelio-Capablanca/transcontinental_stocks_platform
Rust based Stock platform and warehose adminstrator
dgonzo27/rust-tide-pg
A Rust (Tide) API with a containerized PostgreSQL database.
pulseflow/workers
a collection of core workers for pulseflow apis
VMASPAD/SarychDB
High-performance Rust JSON database with parallel search, custom protocol, user isolation, security, and REST API.
0xSSOMPW/KawaiiKinetics
KawaiiKinetics is a Rust API built with Axum and Shuttle, utilizing the Aniscraper library for scraping anime-related content. This API provides various endpoints to retrieve information about anime, including trending series, episode details, and more.
naulan-chrzaszcz/mock-database-rust
Mock database in Rust - prototype
vortex2jm/LaserCraft
Laser engraver project - Hardware + Software
yv0x/tstream-rs
mistral and chatgpt api wrapper in rust
DavidHospinal/RustSIEM-CyberSecurity
Proyecto de ciberseguridad en RUST
fernandodilland/cloudflare-workers-where-i-am-api
API developed with Rust to be deployed in Cloudflare Workers to query the requester's region.
fitzy1321/rust-api-examples
Testing out various Rust API Frameworks
iArmanKarimi/Open-Notify-API-rust
Open Notify API client for rust
MOHITPOONIYA/Cat-facts
New facts about cats
Neko-Nik-Org/Rust-API-Template
Simple Rust based API template with Postgres integration and in-memory caching
sanwebinfo/rust-name-wish
Name Wishing Website Built using Rust - Send warm and personalized greeting wishes to your friends and family members. Enter your name to receive a custom greeting wishes for the festive season.
Skylar-Lorena/notes_api
Rust Note-Taking API: A minimal RESTful API built with Rust and Actix Web, designed as a learning project to explore Rust’s safety, concurrency, and performance.