Module bitvec::store[][src]

Expand description

Memory modeling.

This module provides a BitStore trait, which mediates how handles access memory and perform analysis on the regions they describe.

Traits

Common interface for memory regions.