aslip 0.1.11

a simple command line argument parser.
Documentation
//
//
//
//
//
//
//
//
//
//
//
pub use String;
pub use Vec;
pub type PATH = std::path::PathBuf; // file path or folder path.
pub type TEXT = String;
pub type NUMBER = f64;
pub type OnOff = crate::custom_types::OnOff; // 'on' or 'off'
pub use crate::custom_types::Flag;

pub use crate::custom_types::FilePath;
pub use crate::custom_types::FolderPath;
pub use crate::custom_types::NumberInRange;

pub use bool;
pub use char;
pub use f32;
pub use f64;
pub use i8;
pub use i16;
pub use i32;
pub use i64;
pub use i128;
pub use isize;
pub use u8;
pub use u16;
pub use u32;
pub use u64;
pub use u128;
pub use usize;

pub use std::ffi::CString;
pub use std::ffi::OsString;
pub use std::net::IpAddr;
pub use std::net::Ipv4Addr;
pub use std::net::Ipv6Addr;
pub use std::net::SocketAddr;
pub use std::net::SocketAddrV4;
pub use std::net::SocketAddrV6;
pub use std::path::PathBuf;

// email
// url