//! # Squash Compression Library
//!//! A library for compression software in Rust with focus on scientific data.
//! Currently the library is under private development. It will be released Q4 2022.
//!//! 🤿
#[cfg(test)]modtests{#[test]fnit_works(){let result =2+2;assert_eq!(result,4);}}