harshit98 / rust-rest-api

REST API implementation using Rust & Diesel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REST API in Rust

Rust is a systems programming language which runs blazingly fast, prevents segfaults, and guarantees thread safety.

Actix is an actor framework prevalent in the Rust ecosystem. I am using it as an HTTP server to build our REST API.

Setup

  1. Install Rust (with Actix) and Diesel (supports ORM)

  2. Configure diesel by following steps mentioned here: http://diesel.rs/guides/getting-started.html

  3. Make sure cargo is installed with Rust.

About

REST API implementation using Rust & Diesel.

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%