README (791B)
1 # xtask 2 3 This is the README for `xtask`, which provides internal workspace automation 4 tasks for the `radroots` core libraries. 5 6 ## Overview 7 8 * an internal `cargo xtask` runner for workspace-oriented development and 9 release workflows; 10 * `contract`, `coverage`, `release`, and `hygiene` command families for 11 core-library governance; 12 * command-dispatch code used for contract, coverage, hygiene, and release 13 paths inside the workspace; 14 * a non-published binary crate used as tooling rather than as a library 15 dependency. 16 17 ## Copyright 18 19 Except as otherwise noted, all files in the `xtask` distribution are 20 21 Copyright (c) 2020-2026 Tyson Lupul 22 23 For information on usage and redistribution, and for a DISCLAIMER OF ALL 24 WARRANTIES, see LICENSE included in the `xtask` distribution.