Registry / other / archimedes-crontab-types

archimedes-crontab-types

JSON →
library0.5.0rscratesunverified

Crontab types package for archimedes, a high performance Rust/PostgreSQL job queue

# Cargo.toml [dependencies] archimedes_crontab_types = "0.5.0"
INSTALL
IMPORT
SIG · ARCHIMEDES-CRONTAB
A
archimedes-crontab-types
otherrustv0.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CrontabEntry
use archimedes_crontab_types::CrontabEntry;

Creates a crontab entry for the Archimedes job queue.

use archimedes_crontab_types::CrontabEntry; fn main() { let entry = CrontabEntry::new("0 0 * * *", "job_name"); println!("Crontab entry created: {:?}", entry); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
Meta
1
OpenAI (training)
1
Resources
archimedes-crontab-types — cargo add archimedes-crontab-types · libregistry