mkvoya / aw-server-rust

High-performance implementation of the ActivityWatch server, written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aw-server-rust

Build Status Coverage Status Dependency 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).

Syncing

For details about aw-sync-rust, see the README in its subdirectory.

About

High-performance implementation of the ActivityWatch server, written in Rust

License:Mozilla Public License 2.0


Languages

Language:Rust 97.6%Language:Shell 1.7%Language:Makefile 0.6%