mirror of
https://github.com/Noratrieb/mono-fmt.git
synced 2026-01-15 15:55:06 +01:00
finish trying to write the new perser
This commit is contained in:
parent
34155bcd48
commit
a96b97f5de
4 changed files with 142 additions and 27 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#![allow(dead_code)]
|
||||
|
||||
// for the test macro expansion
|
||||
#[cfg(test)]
|
||||
extern crate self as mono_fmt;
|
||||
|
|
@ -7,7 +9,6 @@ mod opts;
|
|||
mod write;
|
||||
|
||||
pub use mono_fmt_macro::format_args;
|
||||
use opts::{WithAlternate, WithCenterAlign, WithFill, WithLeftAlign, WithRightAlign, WithWidth};
|
||||
|
||||
pub use crate::args::Arguments;
|
||||
pub use crate::opts::FmtOpts;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue