[go: up one dir, main page]

typesize 0.1.10

A library to fetch an accurate estimate of the total memory usage of a value.
Documentation
1
2
3
4
5
6
use crate::{sizeof_impl, TypeSize};

sizeof_impl!(core::time::Duration);

#[cfg(feature = "std")]
sizeof_impl!(std::time::Instant, std::time::SystemTime);