Crates.io | feldera-size-of |
lib.rs | feldera-size-of |
version | 0.1.5 |
source | src |
created_at | 2024-08-29 01:09:08.701235 |
updated_at | 2024-08-29 01:09:08.701235 |
description | A crate for measuring the total memory usage of an object |
homepage | |
repository | |
max_upload_size | |
id | 1355502 |
size | 101,324 |
A crate for measuring the total memory usage of an object at runtime
size-of
has built-in support for many 3rd party crates that can be enabled with feature flags
std
: Enables support for the rust standard library (enabled by default, when disabled size-of
is #![no_std]
compatible)derive
: Enables support for #[derive(SizeOf)]
(enabled by default)time
: Enables support for the time
crate
time-std
: Enables support for time
's std
featurechrono
: Enables support for the chrono
cratehashbrown
: Enables support for the hashbrown
cratefxhash
: Enables support for the fxhash
craterust_decimal
: Enables support for the rust_decimal
crateordered-float
: Enables support for the ordered-float
crateahash
: Enables support for the ahash
crate
ahash-std
: Enables support for ahash
's std
featurexxhash-rust
: Enables support for the xxhash-rust
crate
xxhash-xxh32
: Enables support for xxhhash-rust
's xxh32
featurexxhash-xxh64
: Enables support for xxhhash-rust
's xxh64
featurexxhash-xxh3
: Enables support for xxhhash-rust
's xxh3
featurebigdecimal
: Enables support for the bigdecimal
cratenum-bigint
: Enables support for the num-bigint
crate