4 releases

0.2.1 Feb 3, 2024
0.2.0 Feb 2, 2024
0.1.1 Oct 9, 2023
0.1.0 Aug 27, 2023

#436 in Network programming

Download history 32/week @ 2024-01-31 2/week @ 2024-02-14 10/week @ 2024-02-21 16/week @ 2024-02-28 3/week @ 2024-03-06 4/week @ 2024-03-13 4/week @ 2024-03-27 10/week @ 2024-04-03 63/week @ 2024-04-10

77 downloads per month
Used in comodoro

MIT license

54KB
1K SLoC

⏳ time-lib

Rust library to manage personal time.

See the full API documentation and some examples.

Features

  • Custom timers using cycles and handlers
  • Client/server pattern:
    • Server can bind to multiple protocols simultaneously (TCP, custom)
    • Clients can connect simultaneously to the same server (TCP, custom)

Examples

See ./examples:

cargo run --example

Development

The development environment is managed by Nix. Running nix-shell will spawn a shell with everything you need to get started with the lib: cargo, cargo-watch, rust-bin, rust-analyzer

# Start a Nix shell
$ nix-shell

# then build the lib
$ cargo build -p time-lib

Contributing

A bug tracker is available on SourceHut. [send an email]

A mailing list is available on SourceHut. [send an email] [subscribe] [unsubscribe]

If you want to report a bug, please send an email at ~soywod/pimalaya@todo.sr.ht.

If you want to propose a feature or fix a bug, please send a patch at ~soywod/pimalaya@lists.sr.ht. The simplest way to send a patch is to use git send-email, follow this guide to configure git properly.

If you just want to discuss about the project, feel free to join the Matrix workspace #pimalaya or contact me directly @soywod. You can also use the mailing list.

Sponsoring

nlnet

Special thanks to the NLnet foundation and the European Commission that helped the project to receive financial support from:

If you appreciate the project, feel free to donate using one of the following providers:

GitHub PayPal Ko-fi Buy Me a Coffee Liberapay

Dependencies

~0.7–13MB
~108K SLoC