1
2
3
4
5
6
7
8
9
#![cfg(feature = "fxhash")]

use fxhash::{FxHasher, FxHasher32, FxHasher64};

impl_total_size_childless! {
    FxHasher,
    FxHasher32,
    FxHasher64,
}