pareg_core 0.13.0

This library contains the implementation for the pareg library.
Documentation
1
2
3
4
5
6
7
8
9
//! This module contains raw implementation of proc macros with `proc_macro2`.

mod err;
mod from_arg;
mod from_args;
mod parsef;
mod utils;

pub use self::{err::*, from_arg::*, from_args::*, parsef::*};