#time-tracking #command-line #server #cli #productivity #applications #pace

pace_server

pace-server - server library to support timetracking on the command line

4 releases

0.1.3 Mar 23, 2024
0.1.2 Feb 28, 2024
0.1.1 Feb 22, 2024
0.1.0 Feb 19, 2024

#2910 in Command line utilities

Download history 270/week @ 2024-02-18 270/week @ 2024-02-25 63/week @ 2024-03-03 16/week @ 2024-03-10 86/week @ 2024-03-17 37/week @ 2024-03-24 12/week @ 2024-03-31

160 downloads per month

AGPL-3.0-or-later

16KB
56 lines

pace-server - server library to support timetracking on the command line

About

pace_server is a library to support timetracking on the command line. It is the server library for the pace timetracking application. In the near future, it will be used to provide a server for the pace command line application to store and retrieve time tracking data.

NOTE: This library is currently under heavy development and not yet ready for production use. This is a placeholder crate to reserve the name on crates.io.

Contact

You can ask questions in the Discussions or have a look at the FAQ.

Contact Where?
Issue Tracker GitHub Issues
Discord Discord
Discussions GitHub Discussions

Contributing

Found a bug? Open an issue!

Got an idea for an improvement? Don't keep it to yourself!

Please make sure, that you read the contribution guide.

Code of Conduct

Please review and abide by the general Rust Community Code of Conduct when contributing to this project. In the future, we might create our own Code of Conduct and supplement it at this location.

Minimum Rust version policy

This crate's minimum supported rustc version is 1.74.1.

The current policy is that the minimum Rust version required to use this crate can be increased in minor version updates. For example, if crate 1.0 requires Rust 1.20.0, then crate 1.0.z for all values of z will also require Rust 1.20.0 or newer. However, crate 1.y for y > 0 may require a newer minimum version of Rust.

In general, this crate will be conservative with respect to the minimum supported version of Rust.

License

AGPL-3.0-or-later; see LICENSE.

No runtime deps