hydraulic 0.1.0

An interface for generic compression library usage with a collection (unimplemented so far) of pre-existing compression libraries
Documentation
1
2
3
4
5
use rand::random;

pub fn generate_random_bytes() -> [u8; 32] {
    random()
}