nunogois / rust-actix

An extremely fast Rust + Actix REST API example using shared mutable state.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rust-actix

Actix is a powerful, pragmatic, and extremely fast web framework for Rust: https://actix.rs/

Get Started

Install Rust: https://www.rust-lang.org/tools/install

# Run
cargo run

# Run with auto-reload: https://crates.io/crates/cargo-watch
cargo watch -x 'run --bin rust-actix'

# Build
cargo build

# Build for release
cargo build --release

I'm still learning Rust, so let me know if you catch something wrong!

About

An extremely fast Rust + Actix REST API example using shared mutable state.


Languages

Language:Rust 100.0%