1 unstable release

0.1.0 Aug 28, 2020

#3 in #activitywatch

Download history 23/week @ 2023-10-28 19/week @ 2023-11-04 19/week @ 2023-11-11 27/week @ 2023-11-18 33/week @ 2023-11-25 16/week @ 2023-12-02 21/week @ 2023-12-09 20/week @ 2023-12-16 20/week @ 2023-12-23 15/week @ 2023-12-30 21/week @ 2024-01-06 21/week @ 2024-01-13 33/week @ 2024-01-20 15/week @ 2024-01-27 16/week @ 2024-02-03 30/week @ 2024-02-10

99 downloads per month
Used in 5 crates (3 directly)

MPL-2.0 license

54KB
1K SLoC

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

~15MB
~306K SLoC