Skip to main content

Module coverage

Module coverage 

Source
Expand description

In-memory coverage and gap analysis over the 64-bit bucket domain.

Modules§

bucket
Stable order-preserving mappings from ordered-index values to 64-bit buckets.
io
Coverage sidecar file management.
layout
Coverage on-disk layout helpers.
serde
Serialization and deserialization of coverage values.

Structs§

Coverage
In-memory coverage over a discrete set of bucket identities.
EntityCoverage
Independent bucket coverage for each ordered entity identity.
EntityIdentity
Ordered composite entity identity.
RoaringTreemap
A compressed bitmap with u64 values. Implemented as a BTreeMap of RoaringBitmaps.

Enums§

EntityIdentityError
Invalid entity identity construction.
EntityValue
Exact scalar value in an entity identity.

Type Aliases§

Bucket
Ordered 64-bit coverage bucket identity.