struct-compression-analyzer 0.1.0

Analyzes the bit distribution of packed structures.
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![doc = include_str!(concat!("../", std::env!("CARGO_PKG_README")))]

pub mod analyzer;
pub mod brute_force;
pub mod comparison;
pub mod csv;
pub mod offset_evaluator;
pub mod plot;
pub mod results;
pub mod schema;
pub mod utils;