35 releases

0.26.1 Jun 4, 2024
0.26.0 Mar 22, 2024
0.25.1 Jan 4, 2024
0.25.0 Oct 21, 2023
0.12.2 Mar 30, 2021

#873 in Network programming

Download history 46/week @ 2024-06-17 24/week @ 2024-06-24 189/week @ 2024-07-01 38/week @ 2024-07-08 44/week @ 2024-07-15 34/week @ 2024-07-22 100/week @ 2024-07-29 44/week @ 2024-08-05 16/week @ 2024-08-12 45/week @ 2024-08-19 72/week @ 2024-08-26 25/week @ 2024-09-02 39/week @ 2024-09-09 43/week @ 2024-09-16 107/week @ 2024-09-23 64/week @ 2024-09-30

254 downloads per month
Used in pueue

MIT license

120KB
2K SLoC

Pueue-lib

Test Build Crates.io docs License: MIT

This is the shared library used by the Pueue client and daemon.

It contains common components such as:

  • Everything about the Task, TaskResult etc.
  • The State, which represents the current state of the daemon.
  • Network code. Everything you need to communicate with the daemon.
  • Other helper code and structs.

Pueue-lib is a stand-alone crate, so it can be used by third-party applications to either manipulate or monitor the daemon or to simply write your own front-end for the daemon.

Dependencies

~19–34MB
~598K SLoC