scx_truther 0.5.1

A useless scheduler for sched-ext (rustland-core) that dispenses astrology, conspiracy theories, numerology, and cryptid sightings instead of scheduling anything
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod astrology;
pub mod biorhythm;
pub mod conspiracy;
pub mod cryptid;
pub mod eightball;
pub mod mercury;
pub mod numerology;
pub mod omen;
pub mod runes;
pub mod scheduler;
pub mod tarot;
pub mod truth;
pub mod util;