summaryrefslogtreecommitdiffstats
path: root/third_party/rust/packed_simd/src/api/fmt.rs
blob: f3f55c4015486f38eb018866fc924b234c8f63fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//! Implements formatting APIs

#[macro_use]
mod debug;
#[macro_use]
mod lower_hex;
#[macro_use]
mod upper_hex;
#[macro_use]
mod octal;
#[macro_use]
mod binary;