1 unstable release

0.1.0 Aug 28, 2020

#5 in #aw-server

Download history 23/week @ 2024-08-31 4/week @ 2024-09-07 3/week @ 2024-09-14 21/week @ 2024-09-21 13/week @ 2024-09-28 1/week @ 2024-10-05 14/week @ 2024-10-12 4/week @ 2024-10-19 14/week @ 2024-11-02 3/week @ 2024-11-09 10/week @ 2024-11-16 8/week @ 2024-11-23 6/week @ 2024-11-30 23/week @ 2024-12-07 15/week @ 2024-12-14

54 downloads per month
Used in 6 crates

MPL-2.0 license

12KB
289 lines

aw-server-rust

Dependency Status Build Status

Coverage Status

A reimplementation of aw-server in Rust.

Caveats:

  • Lots of TODO and FIXME comments

Features missing compared to the Python implementation of aw-server:

  • API explorer (Swagger/OpenAPI)

How to compile

Install rust nightly with rustup:

rustup default nightly

Build with cargo:

cargo build --release 

Your built executable will be located in ./target/release/aw-server-rust

How to run

If you want to quick-compile for debugging, run cargo run from the project root:

cargo run --bin aw-server

NOTE: This will start aw-server-rust in testing mode (on port 5666 instead of port 5600).

Dependencies

~1.8–3MB
~56K SLoC