1
0
mirror of https://github.com/nukesor/pueue synced 2024-06-29 06:04:21 +00:00
pueue/pueue_lib
2024-06-25 00:45:51 +02:00
..
src add: Allow resetting individual groups 2024-06-25 00:45:51 +02:00
tests fix: New clippy lints 2024-05-09 01:49:58 +02:00
.gitignore change: Restructure project 2022-12-31 02:21:23 +01:00
Cargo.toml chore: Release 2024-06-04 15:46:08 +02:00
CHANGELOG.md chore: Update changelog 2024-03-22 01:52:06 +01:00
LICENSE change: Restructure project 2022-12-31 02:21:23 +01:00
README.md docs: Add readme to doc.rs pages and fix doc lints 2024-05-30 18:19:01 +02:00

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.