1
2
3
4
5
6
//! Contains implementation of `MemoryUsage` for very common external
//! crates. Each of them must be enable with the `enable-<crate-name>`
//! feature.

#[cfg(feature = "enable-indexmap")]
mod indexmap;