summaryrefslogtreecommitdiffstats
path: root/third_party/rust/uuid/src/external.rs
blob: 219a9236e55ee4c94f5ff9de62cdf60a5b9138ef (plain)
1
2
3
4
5
6
#[cfg(feature = "arbitrary")]
pub(crate) mod arbitrary_support;
#[cfg(feature = "serde")]
pub(crate) mod serde_support;
#[cfg(feature = "slog")]
pub(crate) mod slog_support;