1
2
3
4
5
//! Getopt prelude
//!
//! Most of the useable functionality of the `getopt` crate can be found here.

pub use crate::{getopt, Opt, State};