only 0.5.1

A deterministic cross-platform task runner built on a staged language pipeline.
Documentation
1
2
3
4
5
use std::process::ExitCode;

fn main() -> ExitCode {
    only::run()
}