Skip to content

Job control daemon written in Rust. Code is written by hand. Tests and YAML are AI-guided.

Notifications You must be signed in to change notification settings

Plaetorius/taskmaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

Config file

In the env variables, ALL variables must be string.

Lib Choices

Parsing with serde, toml

serde and toml is the best combinaison to parse TOML in Rust. Using the Deserialize macro (also configure it in your Cargo.toml), serde is able to automatically turn a TOML string into a Rust struct.

About

Job control daemon written in Rust. Code is written by hand. Tests and YAML are AI-guided.

Topics

Resources

Stars

Watchers

Forks

Languages