| Crates.io | aw-datastore |
| lib.rs | aw-datastore |
| version | 0.1.0 |
| created_at | 2020-08-28 19:20:44.269478+00 |
| updated_at | 2020-08-28 19:20:44.269478+00 |
| description | A reimplementation of aw-server in Rust. |
| homepage | https://activitywatch.net/ |
| repository | https://github.com/ActivityWatch/aw-server-rust/aw-server |
| max_upload_size | |
| id | 282044 |
| size | 75,153 |
A reimplementation of aw-server in Rust.
Caveats:
Features missing compared to the Python implementation of aw-server:
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
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).