mirror of
https://github.com/Noratrieb/mono-fmt.git
synced 2026-01-16 08:15:04 +01:00
opts
This commit is contained in:
parent
c458902a6b
commit
dd7b8da151
2 changed files with 92 additions and 39 deletions
|
|
@ -7,6 +7,7 @@ mod opts;
|
|||
mod write;
|
||||
|
||||
pub use mono_fmt_macro::format_args;
|
||||
use opts::{WithAlternate, WithFill, WithWidth, WithLeftAlign, WithRightAlign, WithCenterAlign};
|
||||
|
||||
pub use crate::args::Arguments;
|
||||
pub use crate::opts::FmtOpts;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue