1 unstable release

0.1.0 Aug 28, 2020

#1544 in Development tools

Download history 10/week @ 2024-04-14 15/week @ 2024-04-21 21/week @ 2024-04-28 13/week @ 2024-05-05 15/week @ 2024-05-12 17/week @ 2024-05-19 11/week @ 2024-05-26 15/week @ 2024-06-02 10/week @ 2024-06-09 12/week @ 2024-06-16 12/week @ 2024-06-23 2/week @ 2024-06-30 11/week @ 2024-07-07 15/week @ 2024-07-14 11/week @ 2024-07-21 18/week @ 2024-07-28

55 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
~57K SLoC