aw-server

Crates.ioaw-server
lib.rsaw-server
version0.8.0
sourcesrc
created_at2020-08-28 19:27:25.871421
updated_at2020-08-28 19:27:25.871421
descriptionA reimplementation of aw-server in Rust.
homepagehttps://activitywatch.net/
repositoryhttps://github.com/ActivityWatch/aw-server-rust/aw-server
max_upload_size
id282048
size118,552
Nelson (NelsonJTSM)

documentation

https://docs.activitywatch.net/en/latest/

README

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).

Commit count: 0

cargo fmt