8000 GitHub - harshit98/rust-rest-api: REST API implementation using Rust & Diesel.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

harshit98/rust-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0