[][src]Crate climake

climake is a minimal-dependancies library for making simple arguments. This libraries aim is not features but to provide a simple way to parse arguments well enough with not much more processing used than the provided std::env from the standard library.

For more infomation, please see the CLIMake object and Argument to get started parsing arguments using this library.

Structs

Argument

A single argument used inside of [CLIMaker].

CLIMake

Main structure for climake, the CLIMake object. An instance of this is made with the standard rust structure initialsation and further arguments can easily be added using CLIMake::add_existing_arg.