blockchain-compression 0.1.0

High-performance compression library optimized for blockchain data structures
Documentation
1
2
3
4
5
6
7
8
9
//! Blockchain-specific compression presets
//!
//! This module contains pre-configured compression strategies optimized for different
//! blockchain ecosystems and data types.

pub mod solana;

// Note: Other blockchain presets (ethereum, bitcoin) would be added here
// when their respective features are enabled