#![warn(missing_docs)]//! Parade-rs is a CLI-based rewrite of [Parade](https://git.sr.ht/~rabbits/parade), and a library to support other such implementations.
//!#![doc=include_str!("../README.md")]/// Action parsing and handling utilities.
pubmodaction;/// The looping tree-like data struture.
pubmodtree;/// The [vessel::Vessel] object-type.
pubmodvessel;