mirror of
https://github.com/Noratrieb/mono-fmt.git
synced 2026-01-16 08:15:04 +01:00
std
This commit is contained in:
parent
d7844568ca
commit
bfd86b1338
8 changed files with 795 additions and 51 deletions
|
|
@ -65,6 +65,14 @@ macro_rules! traits {
|
|||
}
|
||||
}
|
||||
)*
|
||||
|
||||
pub mod macro_exports {
|
||||
pub use super::{$($name, $trait),*};
|
||||
}
|
||||
|
||||
pub mod pub_exports {
|
||||
pub use super::{$($name, $trait),*};
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
|
@ -77,4 +85,5 @@ traits!(
|
|||
struct UpperHexArg: trait UpperHex;
|
||||
struct UpperExpArg: trait UpperExp;
|
||||
struct LowerExpArg: trait LowerExp;
|
||||
struct PointerArg: trait Pointer;
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue