1#![cfg_attr(docsrs, feature(doc_cfg))] 2#![doc = include_str!("../README.md")] 3 4pub mod descriptor; 5pub mod executive;