pueue-lib

Crates.iopueue-lib
lib.rspueue-lib
version0.26.1
sourcesrc
created_at2021-01-18 17:51:50.929994
updated_at2024-06-04 13:46:18.334933
descriptionThe shared library to work with the Pueue client and daemon.
homepagehttps://github.com/nukesor/pueue
repositoryhttps://github.com/nukesor/pueue
max_upload_size
id343603
size148,530
Arne Christian Beer (Nukesor)

documentation

README

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.

Commit count: 1709

cargo fmt